Changeset 8793


Ignore:
Timestamp:
Mar 31, 2013, 11:56:50 AM (12 years ago)
Author:
mungkasi
Message:

Renaming the file for rundown mild slope.

Location:
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/rundown_mild_slope
Files:
1 added
1 edited

Legend:

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

    r8792 r8793  
    1313# validation test
    1414def build():
    15     run_validation_script('run_channel.py')
     15    run_validation_script('numerical_rundown_channel.py')
    1616    run_validation_script('plot_results.py')
    17     run('pdflatex', 'report.tex')
    18     run('bibtex', 'report')
    19     run('pdflatex', 'report.tex')
    20     run('bibtex', 'report')
    21     run('pdflatex', 'report.tex')
    22     run('bibtex', 'report')     
     17    run('python', 'produce_report.py')   
    2318
    2419def clean():
Note: See TracChangeset for help on using the changeset viewer.