From 32639763f056b0bae4e898474b8e1f48513fa05a Mon Sep 17 00:00:00 2001 From: carlocamilloni <carlo.camilloni@gmail.com> Date: Wed, 24 May 2017 13:58:42 +0200 Subject: [PATCH] convert_to_fes: fix doc [makedoc] --- src/gridtools/ConvertToFES.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gridtools/ConvertToFES.cpp b/src/gridtools/ConvertToFES.cpp index b419a66c1..ae0e473a0 100644 --- a/src/gridtools/ConvertToFES.cpp +++ b/src/gridtools/ConvertToFES.cpp @@ -32,7 +32,7 @@ This action allows you to take a free energy surface that was calculated using t action and to convert it to a free energy surface. This transformation performed by doing: \f[ -F(x) = -k_B T \ln H(x)\f$ +F(x) = -k_B T \ln H(x) \f] The free energy calculated on a grid is output by this action and can be printed using \ref DUMPGRID -- GitLab