diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-12 10:19:45 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-12 10:19:45 (GMT) |
commit | d8992187ed95fd6161466d173c0856c7ba46ac1e (patch) | |
tree | 95e9ae5479bbd7cc7a78769316685c417e831aff /include | |
parent | 14a70a3c5bb9e95dc49df20a7c2f162946eb8130 (diff) |
Modified tng_util_trajectory_molecules_get() input.
tng_util_trajectory_molecules_get() was not used outside the API yet.
Also fixed compiler warnings.
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 3145716..3ad8aaf 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -2702,7 +2702,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_time_of_frame_get tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get (tng_trajectory_t tng_data, int64_t *n_mols, - int64_t *molecule_cnt_list, + int64_t **molecule_cnt_list, tng_molecule_t *mols); /* |