Changeset 8916


Ignore:
Timestamp:
Jun 13, 2013, 12:03:55 AM (11 years ago)
Author:
steve
Message:

Change of produce_results.py in validation directory

Location:
trunk/anuga_core/source/anuga_validation_tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_validation_tests/produce_results.py

    r8915 r8916  
    5252
    5353time_total = 0.0
     54test_number = 1
    5455for dir in Upper_dirs:
    5556
     
    7677        #print os.getcwd()
    7778        print 50*'-'
    78         print 'Subdirectory: ' + l_dir
     79        print 'Subdirectory %g: '% (test_number)  + l_dir
     80        test_number += 1
    7981        print 50*'-'
    8082        try:
  • trunk/anuga_core/source/anuga_validation_tests/saved_parameters.tex

    r8915 r8916  
    1 \newcommand{\cfl}{\UScore{1.0}}
    2 \newcommand{\alg}{\UScore{1_5}}
     1\newcommand{\cfl}{\UScore{0.9}}
     2\newcommand{\alg}{\UScore{2_0}}
    33\newcommand{\majorR}{\UScore{1.3.0-beta}}
    4 \newcommand{\minorR}{\UScore{8911}}
    5 \newcommand{\timeR}{{Wed Jun 12 22:48:35 2013}}
     4\newcommand{\minorR}{\UScore{8914}}
     5\newcommand{\timeR}{{Wed Jun 12 23:46:14 2013}}
Note: See TracChangeset for help on using the changeset viewer.