Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Calculations/testsuite-calculations-mpqc.at

    r605b92 rabfc95  
    3030        ignore,
    3131        ignore)
    32 AT_CHECK([tail -n 1 ${FILENAME}_Energy.dat | awk '{print $2}'], 0, [stdout], [stderr])
    33 AT_CHECK([cat stdout | awk -v energy=$ENERGY 'function abs(x){return ((x < 0.0) ? -x : x)} {if (abs(($1 - energy)/energy) > 1e-5) exit(1)}'], 0)
    34 
    3532AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.