diff options
author | 2019-06-18 14:55:13 -0700 | |
---|---|---|
committer | 2019-06-18 14:55:13 -0700 | |
commit | fcd436282846a93af2087638a9690cea8dcbd58c (patch) | |
tree | 1bcdb089d24ba3a4c76f055e3ec6ad5c91fd80a9 /Source/Diagnostics/WarpXIO.cpp | |
parent | 89df8eb11ed61bd6d6f58a2e096b1eb3a132538a (diff) | |
download | WarpX-fcd436282846a93af2087638a9690cea8dcbd58c.tar.gz WarpX-fcd436282846a93af2087638a9690cea8dcbd58c.tar.zst WarpX-fcd436282846a93af2087638a9690cea8dcbd58c.zip |
Added change in ConvertLabPAramsToBoost() to write slice data in the boosted frame.
Diffstat (limited to 'Source/Diagnostics/WarpXIO.cpp')
-rw-r--r-- | Source/Diagnostics/WarpXIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/WarpXIO.cpp b/Source/Diagnostics/WarpXIO.cpp index 869d3580e..af5d41d84 100644 --- a/Source/Diagnostics/WarpXIO.cpp +++ b/Source/Diagnostics/WarpXIO.cpp @@ -783,7 +783,7 @@ WarpX::InitializeSliceMultiFabs () current_slice.resize(nlevels); Efield_slice.resize(nlevels); Bfield_slice.resize(nlevels); - + } |