diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-12 13:44:00 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-12 13:44:00 (GMT) |
commit | bc48ec006c6f6ddca8c97f7d61fef6aa3cb1f291 (patch) | |
tree | 3f1c6570f5f6fdb326e10c1e441cd4535c9872ba /include | |
parent | e93e1c5473df76e1377e26b0cda9c20a516e44c0 (diff) |
Corrected the name of tng_distance_unit_exponential_set()
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 7ecbcaa..58b9235 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -1248,7 +1248,7 @@ tng_function_status DECLSPECDLLEXPORT tng_distance_unit_exponential_get * If the distances are specified in Å exp is -10. * @return TNG_SUCCESS (0) if successful. */ -tng_function_status DECLSPECDLLEXPORT tng_distance_unit_exponent_set +tng_function_status DECLSPECDLLEXPORT tng_distance_unit_exponential_set (const tng_trajectory_t tng_data, const int64_t exp); |