From a06ab2c043dcfffb77d84a928ad747aa992f5a74 Mon Sep 17 00:00:00 2001 From: David van der Spoel Date: Sun, 28 Nov 2010 11:11:57 +0100 Subject: [PATCH] Fixed bugzilla 616 about formatting in the help text. --- src/tools/gmx_wham.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gmx_wham.c b/src/tools/gmx_wham.c index fa0e58a8b1..2c909747b9 100644 --- a/src/tools/gmx_wham.c +++ b/src/tools/gmx_wham.c @@ -2581,7 +2581,7 @@ int gmx_wham(int argc,char *argv[]) "such that the generated data points are distributed according the given histograms ", "and properly autocorrelated. The ", "autocorrelation time (ACT) for each window must be known, so use [TT]-ac[tt] or provide the ACT", - "with [TT]-iiact[TT]. If the ACT of all windows are identical (and known), you can also ", + "with [TT]-iiact[tt]. If the ACT of all windows are identical (and known), you can also ", "provide them with [TT]-bs-tau[tt]. Note that this method may severely underestimate the error ", "in case of limited sampling, that is if individual histograms do not represent the complete", "phase space at the respective positions.[BR]", -- 2.11.4.GIT