diff options
author | 2019-05-12 10:17:28 -0700 | |
---|---|---|
committer | 2019-05-12 10:17:28 -0700 | |
commit | 9a26a71845fde091c7840772bef1b23dbc46d6ac (patch) | |
tree | 0cd49decd638c3457ad1a604b60a6aecab8566dc /Source/WarpX.cpp | |
parent | c952dbe2e3d9a2c7bab2774e8036e0e9ff72e0ed (diff) | |
download | WarpX-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.cpp | 2 |
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); |