Fixed typo in description of conversion factors.
authorRossen Apostolov <rossen@kth.se>
Tue, 3 Jun 2014 13:46:37 +0000 (15:46 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 9 Jun 2014 05:15:20 +0000 (07:15 +0200)
Change-Id: I5f9875ef94e8d5526f84c029f539fab642319a04

include/oenv.h

index b2620950ae70f33c673726601c016b4856515773..23cceaec437609979d97c101ad4f18df9437822b 100644 (file)
@@ -122,7 +122,7 @@ real output_env_get_time_factor(const output_env_t oenv);
 
 GMX_LIBGMX_EXPORT
 real output_env_get_time_invfactor(const output_env_t oenv);
-/* return inverse time conversion factor from ps (i.e. 1e3 for ps->ns) */
+/* return inverse time conversion factor to ps (i.e. 1e3 for ns->ps) */
 
 GMX_LIBGMX_EXPORT
 real output_env_conv_time(const output_env_t oenv, real time);