- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Calculations/testsuite-calculations-mpqc.at
rabfc95 r605b92 30 30 ignore, 31 31 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 32 35 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.