ref_nsm.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 t.checklist = { \
4  'mainout.dat' : { 'method':'default', 'tolerance':1e-15 }, \
5  'finab.dat' : { 'method':'default', 'tolerance':1e-15 }, \
6  'finabsum.dat' : { 'method':'default', 'tolerance':1e-15 }, \
7 }
8 t.program = t.basedir + "/bin/winnet"
9 t.testdir = t.basedir + "/test/" + t.testname
10 t.logfile = t.testdir + ".log"
11 t.arcfile = t.testdir + ".tgz"
12 
13