diff options
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 3ad8aaf..107e2d0 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -2703,7 +2703,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get (tng_trajectory_t tng_data, int64_t *n_mols, int64_t **molecule_cnt_list, - tng_molecule_t *mols); + tng_molecule_t **mols); /* // tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecule_add |