diff options
Diffstat (limited to 'include/tng_io.h')
-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 7ae8967..7b0cb53 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -1179,7 +1179,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); /** * @brief Get the number of molecule types (length of tng_data->molecules). |