diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-28 14:06:55 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-28 14:06:55 (GMT) |
commit | 75c60792d7e9626d536a6752136d8ed7418d9d51 (patch) | |
tree | 9b2998d7500e7e37bb8ae328e21ede9354a5dbf1 /include | |
parent | 3d6794f4d8bfdf0f0a38b704a1e2a2c17026e824 (diff) |
Fixed error where velocities were trashed.
Added utility functions for setting box shape (not finished or
tested).
Diffstat (limited to 'include')
-rw-r--r-- | include/tng_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 2e47e58..5609647 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -1728,7 +1728,7 @@ tng_function_status DECLSPECDLLEXPORT tng_data_vector_interval_get const int64_t start_frame_nr, const int64_t end_frame_nr, const tng_hash_mode hash_mode, - union data_values ***values, + void **values, int64_t *stride_length, int64_t *n_values_per_frame, tng_data_type *type); |