X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=ctest%2Fnewcorr%2Fprota_unres_energy_check_mult.sh;h=83b3c3200169bd99361e66d031d7da8265743df2;hb=7c5373260289072f6022e1d937ab775fc820e6a2;hp=3dd5219799509724a572fa1f82e173947490239b;hpb=64371924970fa55f2ec9a5f30a3dc5ab892c1a0e;p=unres.git diff --git a/ctest/newcorr/prota_unres_energy_check_mult.sh b/ctest/newcorr/prota_unres_energy_check_mult.sh index 3dd5219..83b3c32 100755 --- a/ctest/newcorr/prota_unres_energy_check_mult.sh +++ b/ctest/newcorr/prota_unres_energy_check_mult.sh @@ -57,7 +57,7 @@ elif [ "$1" == "1l2y_MIN_REGULAR_INT" ]; then fi elif [ "$1" == "1l2y_micro" ]; then - refe="188.051" + refe="181.172" stat=`awk '{if ( $1 != "#" ) {n++;a=a+$5;a2=a2+$5^2}}END{print a/n,sqrt((a2-a^2/n)/n)}' $file_stat` array=(${stat// / }) echo 'average total energy ' ${array[0]}