aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-12 10:17:28 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-12 10:17:28 -0700
commit9a26a71845fde091c7840772bef1b23dbc46d6ac (patch)
tree0cd49decd638c3457ad1a604b60a6aecab8566dc /Source/WarpX.cpp
parentc952dbe2e3d9a2c7bab2774e8036e0e9ff72e0ed (diff)
downloadWarpX-9a26a71845fde091c7840772bef1b23dbc46d6ac.tar.gz
WarpX-9a26a71845fde091c7840772bef1b23dbc46d6ac.tar.zst
WarpX-9a26a71845fde091c7840772bef1b23dbc46d6ac.zip
old attribs not allocated if species not BFD
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index 7c026e105..e4c54cc05 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -160,7 +160,7 @@ WarpX::WarpX ()
current_injection_position = geom[0].ProbLo(moving_window_dir);
}
}
- do_boosted_frame_particles = mypc->do_boosted_frame_diags;
+ do_boosted_frame_particles = mypc->doBoostedFrameDiags();
Efield_aux.resize(nlevs_max);
Bfield_aux.resize(nlevs_max);