From f609159ef0118764d67e7acef2152caa7cd43dd1 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 24 Jul 2019 16:48:04 +0200
Subject: [PATCH] fixed typo in tutorial

---
 user-doc/tutorials/aa-lugano-6b.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user-doc/tutorials/aa-lugano-6b.txt b/user-doc/tutorials/aa-lugano-6b.txt
index fb56db608..5543d0137 100644
--- a/user-doc/tutorials/aa-lugano-6b.txt
+++ b/user-doc/tutorials/aa-lugano-6b.txt
@@ -115,7 +115,7 @@ In order to do so, normalize it adding the correct entropic term \f$ k_BT \log d
 a region where the free energy is approximately constant to represent the bulk region.
 You can for instance use the following commands in gnuplot
 \verbatim
-gnuplot> p "fes_dc" u 1:2 , "" u 1:($2+2.5*log($1)
+gnuplot> p "fes_dc" u 1:2 , "" u 1:($2+2.5*log($1**2))
 \endverbatim
 
 Below you can find reference results
-- 
GitLab