From bc48ec006c6f6ddca8c97f7d61fef6aa3cb1f291 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 12 Dec 2013 14:44:00 +0100 Subject: Corrected the name of tng_distance_unit_exponential_set() 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); -- cgit v0.10.1