X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=ctest%2Fprota_unres_energy_check.sh;h=febf018f1b32adacd3d6c120e3f7b2bffc2c6bd5;hb=87403bae5cc77cd5d64bca5163f18a1ab12b7aed;hp=4316c070d480f2891b5facfd600cc2ed64b2b523;hpb=f37cfff89ef75a184b0c7bbbac2ecea2efc1d157;p=unres.git diff --git a/ctest/prota_unres_energy_check.sh b/ctest/prota_unres_energy_check.sh index 4316c07..febf018 100755 --- a/ctest/prota_unres_energy_check.sh +++ b/ctest/prota_unres_energy_check.sh @@ -223,8 +223,8 @@ elif [ "$1" == "Ts866_checkgrad_full" ] ; then ene=`grep ETOT $file|head -1| awk '{print $2*1.0}'` hene=`grep H_CONS $file|head -1| awk '{print $2*1.0}'` - ene_ref=3132.980 - hene_ref=1878.060 + ene_ref=3127.901 + hene_ref=1872.981 echo "ETOT= " ${ene} " reference= " ${ene_ref} if [ `echo "a=${ene}-(${ene_ref});if(0>a)a*=-1;a>0.01"|bc -l` != "0" ]; then