diff options
Diffstat (limited to 'Examples/Tests/PML/analysis_pml_psatd.py')
-rwxr-xr-x | Examples/Tests/PML/analysis_pml_psatd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/PML/analysis_pml_psatd.py b/Examples/Tests/PML/analysis_pml_psatd.py index 14a581106..ea0cb018e 100755 --- a/Examples/Tests/PML/analysis_pml_psatd.py +++ b/Examples/Tests/PML/analysis_pml_psatd.py @@ -19,7 +19,7 @@ filename = sys.argv[1] ############################ ### INITIAL LASER ENERGY ### ############################ -energy_start = 7.297324456269243e-08 # electromagnetic energy at iteration 50 +energy_start = 7.282940107273505e-08 # electromagnetic energy at iteration 50 # Check consistency of field energy diagnostics with initial energy above ds = yt.load('pml_x_psatd_plt00050') |