Skip to content
Snippets Groups Projects
Commit 7c499ba1 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.0'

parents a925750b e1accf0f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ function plumed_preliminary_test(){
}
function plumed_patch_info(){
echo ""
echo "WARNING: NAMD does not currently take into account virial contributions"
echo "from PLUMED. Please use constant volume simulations only"
echo ""
echo "For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/"
}
function plumed_preliminary_test(){
# check if the README.txt contains the word NAMD
grep -q NAMD README.txt 1>/dev/null 2>/dev/null && test -f */Make.config
}
function plumed_patch_info(){
echo "WARNING: NAMD does not currently take into account virial contributions"
echo "from PLUMED. Please use constant volume simulations only"
echo ""
echo "For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/"
}
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