From 161df315d5576e5a52217a9e6a12f03b0edd4057 Mon Sep 17 00:00:00 2001 From: Justin Lemkul Date: Tue, 1 Mar 2011 09:59:35 -0500 Subject: [PATCH] Small fixes to g_dielectric description to improve readability. --- src/tools/gmx_dielectric.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/gmx_dielectric.c b/src/tools/gmx_dielectric.c index 8d38a47a0d..897155e947 100644 --- a/src/tools/gmx_dielectric.c +++ b/src/tools/gmx_dielectric.c @@ -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.", -- 2.22.0