Small fixes to g_dielectric description to improve readability.
authorJustin Lemkul <jalemkul@vt.edu>
Tue, 1 Mar 2011 14:59:35 +0000 (09:59 -0500)
committerJustin Lemkul <jalemkul@vt.edu>
Tue, 1 Mar 2011 14:59:35 +0000 (09:59 -0500)
src/tools/gmx_dielectric.c

index 8d38a47a0d3ddedb9ab7ecf4a66b4cd00a4f63cb..897155e947a752d9e8b9e3c4fd485acb973c67a5 100644 (file)
@@ -201,9 +201,9 @@ int gmx_dielectric(int argc,char *argv[])
     "For an estimate of the error you can run g_statistics on the",
     "ACF, and use the output thus generated for this program.",
     "The functional forms of the available functions are:[PAR]",
-    "One parameter  : y = Exp[-a1 x],",
-    "Two parameters : y = a2 Exp[-a1 x],",
-    "Three parameters: y = a2 Exp[-a1 x] + (1 - a2) Exp[-a3 x].",
+    "One parameter:    y = Exp[-a1 x],[BR]",
+    "Two parameters:   y = a2 Exp[-a1 x],[BR]",
+    "Three parameters: y = a2 Exp[-a1 x] + (1 - a2) Exp[-a3 x].[BR]",
     "Start values for the fit procedure can be given on the command line.",
     "It is also possible to fix parameters at their start value, use [TT]-fix[tt]",
     "with the number of the parameter you want to fix.",