Changeset 9142


Ignore:
Timestamp:
Jun 12, 2014, 7:16:31 AM (10 years ago)
Author:
steve
Message:

Remove parameters.py from directory

Location:
trunk/anuga_core/validation_tests/reports
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/reports/produce_results.py

    r9117 r9142  
    3232# Now it is ok to create the latex
    3333# macro file with run parameters
     34#
     35# FIXME: THis is a little dangerous as
     36# this is changed before all the tests
     37# are run.
    3438#----------------------------------
    3539
     
    96100        os.chdir(l_dir)
    97101        #print os.getcwd()
    98         print 50*'-'
     102        print 60*'='
    99103        print 'Subdirectory %g: '% (test_number)  + l_dir
    100104        test_number += 1
    101         print 50*'-'
     105        print 60*'='
    102106        try:
    103107            t0 = time.time()
Note: See TracChangeset for help on using the changeset viewer.