Changeset 8910
- Timestamp:
- Jun 12, 2013, 7:30:26 PM (12 years ago)
- Location:
- trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet/produce_results.py
r8767 r8910 4 4 from anuga_validation_tests.utilities.fabricate import * 5 5 from anuga_validation_tests.utilities.run_validation import run_validation_script 6 6 from os.path import join 7 7 8 8 # Setup the python scripts which produce the output for this … … 11 11 run_validation_script('numerical_avalanche_wet.py') 12 12 run_validation_script('plot_results.py') 13 run('python', 'produce_report.py')13 run('python', join('..','..','typeset_report.py')) 14 14 15 15 def clean(): -
trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet/typeset_report.py
r8909 r8910 7 7 __date__ ="$13/03/2013 4:24:51 PM$" 8 8 9 if __name__ == "__main__":10 print "Hello World";11 12 9 import os 13 10 … … 16 13 os.system('bibtex report') 17 14 os.system('pdflatex -shell-escape -interaction=batchmode report.tex') 18 os.system('bibtex report')19 15 os.system('pdflatex -shell-escape -interaction=batchmode report.tex') 20 os.system('bibtex report') 21 os.system('pdflatex -shell-escape -interaction=batchmode report.tex') 16
Note: See TracChangeset
for help on using the changeset viewer.