aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/laser_injection_from_file/analysis.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Modules/laser_injection_from_file/analysis.py')
-rwxr-xr-xExamples/Modules/laser_injection_from_file/analysis.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py
index 5a4038db1..05a245e52 100755
--- a/Examples/Modules/laser_injection_from_file/analysis.py
+++ b/Examples/Modules/laser_injection_from_file/analysis.py
@@ -207,10 +207,10 @@ def do_analysis(fname, compname, steps):
def launch_analysis(executable):
create_gaussian_2d()
- os.system("./" + executable + " inputs.2d_test_txye")
+ os.system("./" + executable + " inputs.2d_test_txye diag1.file_prefix=diags/plotfiles/plt")
do_analysis("diags/plotfiles/plt00250/", "comp_unf.pdf", 250)
os.system("sed 's/gauss_2d_unf.txye/gauss_2d.txye/g' inputs.2d_test_txye > inputs.2d_test_txye_non_unf")
- os.system("./" + executable + " inputs.2d_test_txye_non_unf")
+ os.system("./" + executable + " inputs.2d_test_txye_non_unf diag1.file_prefix=diags/plotfiles/plt")
do_analysis("diags/plotfiles/plt00250/", "comp_non_unf.pdf", 250)