ctest newcorr & dfa
[unres.git] / ctest / newcorr / wham_check.sh
index 40a7bfe..7ca370b 100755 (executable)
@@ -25,12 +25,12 @@ echo 'average rms for T<260 ' $rms
   error=1
  fi
 
- if [ `echo "a=$max-316;if(0>a)a*=-1;a>10.0"|bc -l` != "0" ]; then
+ if [ `echo "a=$max-257;if(0>a)a*=-1;a>10.0"|bc -l` != "0" ]; then
   echo 'ERROR wrong T max of Cv(T) by more than 10 K'
   error=1
  fi
 
- if [ `echo "a=$rms-3.0;if(0>a)a*=-1;a>0.2"|bc -l` != "0" ]; then
+ if [ `echo "a=$rms-3.2;if(0>a)a*=-1;a>0.2"|bc -l` != "0" ]; then
   echo 'ERROR wrong average rms for T<260 by more than 0.2'
   error=1
  fi