From 483cf10cf733c9d72e6fe17b4b7f3d803e76ecbd Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 2 Jan 2020 12:42:09 +0100 Subject: [PATCH] fix doc --- scripts/partial_tempering.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/partial_tempering.sh b/scripts/partial_tempering.sh index 1fff2229a..3d678de6d 100755 --- a/scripts/partial_tempering.sh +++ b/scripts/partial_tempering.sh @@ -35,8 +35,8 @@ plumed partial_tempering \$scale < processed.top > topol\$i.top WARNING: It's not very robust and there might be force-field dependent issues! A few tests are strongly suggested. -WARNING: This script only works if the `awk` command in your system corresponds to -GNU awk. `mawk`, that is the default on Ubuntu 19, does not work correctly. +WARNING: This script only works if the awk command in your system corresponds to +GNU awk. mawk, that is the default on Ubuntu 19, does not work correctly. 1. Compare partial_tempering with scale=1.0 to non-scaled force field. E.g. grompp -o topol-unscaled.tpr -- GitLab