aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index e4c54cc05..6b1edaccd 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -56,12 +56,9 @@ int WarpX::num_mirrors = 0;
int WarpX::sort_int = -1;
+bool WarpX::do_boosted_frame_diagnostic = false;
int WarpX::num_snapshots_lab = std::numeric_limits<int>::lowest();
Real WarpX::dt_snapshots_lab = std::numeric_limits<Real>::lowest();
-// bool WarpX::do_boosted_frame_diagnostic = false;
-// bool WarpX::do_boosted_frame_fields = true;
-// bool WarpX::do_boosted_frame_particles = true;
-bool WarpX::do_boosted_frame_diagnostic = false;
bool WarpX::do_boosted_frame_fields = true;
bool WarpX::do_boosted_frame_particles = true;
@@ -329,8 +326,6 @@ WarpX::ReadParameters ()
pp.get("gamma_boost", gamma_boost);
pp.query("do_boosted_frame_fields", do_boosted_frame_fields);
- // pp.query("do_boosted_frame_particles", do_boosted_frame_particles);
-
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(do_moving_window,
"The moving window should be on if using the boosted frame diagnostic.");