Changeset 8793
- Timestamp:
- Mar 31, 2013, 11:56:50 AM (12 years ago)
- 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 13 13 # validation test 14 14 def build(): 15 run_validation_script(' run_channel.py')15 run_validation_script('numerical_rundown_channel.py') 16 16 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') 23 18 24 19 def clean():
Note: See TracChangeset
for help on using the changeset viewer.