summaryrefslogtreecommitdiff
path: root/src/lib/tng_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r--src/lib/tng_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c
index ac8a7f1..5a6386d 100644
--- a/src/lib/tng_io.c
+++ b/src/lib/tng_io.c
@@ -15712,7 +15712,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_trajectory_frame_set_t frame_set;
@@ -15731,7 +15731,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_trajectory_molecules_get
*molecule_cnt_list = tng_data->molecule_cnt_list;
}
- *mols = &tng_data->molecules;
+ *mols = tng_data->molecules;
return(TNG_SUCCESS);
}
contact: Jan Huwald // Impressum