diff options
author | 2019-05-12 10:35:02 -0700 | |
---|---|---|
committer | 2019-05-12 10:35:02 -0700 | |
commit | 449c1254dfd126b7b2b6291b05177cb22ed38f5c (patch) | |
tree | 4e8688ac8e1e2702b0aab4bc4cc6629a9d884961 /Source/WarpX.cpp | |
parent | 9a26a71845fde091c7840772bef1b23dbc46d6ac (diff) | |
download | WarpX-449c1254dfd126b7b2b6291b05177cb22ed38f5c.tar.gz WarpX-449c1254dfd126b7b2b6291b05177cb22ed38f5c.tar.zst WarpX-449c1254dfd126b7b2b6291b05177cb22ed38f5c.zip |
cleaning (remove print statements etc.)
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 7 |
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."); |