diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-15 15:06:32 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-15 15:06:32 (GMT) |
commit | f65c3b9d3bfcbfdf41429280f5da4d5483538899 (patch) | |
tree | 6296edd95f14947047654ce8358e3139f74078af /include | |
parent | db418d967bac5453b9c7c9d1d2450c7f13a7f791 (diff) |
Fixed typo.
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 50eb3dd..dd344ed 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -1153,7 +1153,7 @@ tng_function_status DECLSPECDLLEXPORT tng_num_particles_get * @pre \code n != 0 \endcode The pointer to n must not be a NULL pointer. * @return TNG_SUCCESS (0) if successful. */ -tng_function_status DECLSPECDLLEXPORT tng_num_molecules_types_get +tng_function_status DECLSPECDLLEXPORT tng_num_molecule_types_get (const tng_trajectory_t tng_data, int64_t *n); |