diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:17:58 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-04 15:17:58 (GMT) |
commit | 63aa8c52a9539a7cca4c72760298dd79dc5594da (patch) | |
tree | 87a65e4dda7b0a65b5125517388fe9349b975205 /src | |
parent | 26c3065c86a21b63672f844fa1b255596b2c3587 (diff) |
Use a char parameter to set if num particles is variable.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index c0b3da9..1f13cd1 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -10565,7 +10565,7 @@ tng_function_status DECLSPECDLLEXPORT tng_num_particles_get tng_function_status DECLSPECDLLEXPORT tng_num_particles_variable_get (const tng_trajectory_t tng_data, - tng_variable_n_atoms_flag *variable) + char *variable) { TNG_ASSERT(tng_data, "TNG library: Trajectory container not properly setup."); TNG_ASSERT(variable, "TNG library: variable must not be a NULL pointer"); |