- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Calculations/testsuite-calculations-phenanthrene.at
r343c5a rabfc95 35 35 --select-molecule-by-id 0 \ 36 36 --select-molecules-atoms \ 37 --correct-bonddegree \38 37 --fragment-molecule $FILENAME \ 39 38 --order 3 \ … … 45 44 --fragment-resultfile ${FILENAME}_results.dat], 46 45 0, [stdout], [stderr]) 47 AT_CHECK([tail -n 1 ${FILENAME}_Energy.dat | awk -v energy=$ENERGY 'function abs(x){return ((x < 0.0) ? -x : x)} {if (abs( ($2 - energy)/energy) > 1e-5) exit(1)}'], 0)46 AT_CHECK([tail -n 1 ${FILENAME}_Energy.dat | awk -v energy=$ENERGY 'function abs(x){return ((x < 0.0) ? -x : x)} {if (abs($2 - energy) > 1e-5) exit(1)}'], 0) 48 47 49 48 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.