Skip to content
Snippets Groups Projects
Commit aab16ddf authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Fixed a small bug in manual generation and corrected English in code instruction pages

parent 940f0ec1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function plumed_after_revert(){
function plumed_patch_info(){
echo ""
echo "PLUMED can be incorporated into gromacs using a simple patching procedure."
echo "Patching must be done _after_ gromacs has been configured, _before_ gromacs is compiled"
echo "Patching must be done _after_ gromacs has been configured but _before_ gromacs is compiled"
echo
echo "For more information on gromacs you should visit http://www.gromacs.org"
}
......@@ -8,7 +8,7 @@ function plumed_preliminary_test(){
function plumed_patch_info(){
echo ""
echo "PLUMED can be incorporated into gromacs using a simple patching procedure."
echo "Patching must be done _before_ cmake command is invoked"
echo "Patching must be done _before_ the cmake command is invoked"
echo
echo "For more information on gromacs you should visit http://www.gromacs.org"
}
......@@ -18,9 +18,9 @@ function plumed_patch_info(){
echo ""
echo "PLUMED can be incorporated into LAMMPS using a simple patching procedure."
echo "Patching must be done _before_ LAMMPS is configured."
echo "After patching, one should also enable PLUMED with"
echo "After patching, one should enable PLUMED using the command"
echo "make yes-user-plumed"
echo "In the same way, before reverting one should disable PLUMED with"
echo "In the same way, before reverting one should disable PLUMED using the command"
echo "make no-user-plumed"
echo
echo "For more information on LAMMPS you should visit http://lammps.sandia.gov/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment