From 6eaede2a343e6a67a2d5ebc1374752b321f9f6ac Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Thu, 25 Jan 2018 16:04:04 +0100
Subject: [PATCH] doc

---
 src/bias/ReweightTemperature.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bias/ReweightTemperature.cpp b/src/bias/ReweightTemperature.cpp
index 6c219bbf1..58fddca2c 100644
--- a/src/bias/ReweightTemperature.cpp
+++ b/src/bias/ReweightTemperature.cpp
@@ -48,12 +48,12 @@ The \ref HISTOGRAM as a function of the distance between atoms 1 and 2 that woul
 had been run at the lower temperature of 300 K is estimated using the data from the higher temperature trajectory and output
 to a file.
 
-\verbatim
+\plumedfile
 x: DISTANCE ATOMS=1,2
 aa: REWEIGHT_TEMP TEMP=500 REWEIGHT_TEMP=300
 hB: HISTOGRAM ARG=x GRID_MIN=0.0 GRID_MAX=3.0 GRID_BIN=100 BANDWIDTH=0.1 LOGWEIGHTS=aa
 DUMPGRID GRID=hB FILE=histoB
-\endverbatim
+\endplumedfile
 
 */
 //+ENDPLUMEDOC
-- 
GitLab