diff options
-rw-r--r-- | Source/Utils/WarpXMovingWindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Utils/WarpXMovingWindow.cpp b/Source/Utils/WarpXMovingWindow.cpp index 978c79c11..d911da0d9 100644 --- a/Source/Utils/WarpXMovingWindow.cpp +++ b/Source/Utils/WarpXMovingWindow.cpp @@ -80,6 +80,8 @@ WarpX::UpdatePlasmaInjectionPosition (amrex::Real a_dt) int WarpX::MoveWindow (const int step, bool move_j) { + WARPX_PROFILE("WarpX::MoveWindow"); + if (step == start_moving_window_step) { amrex::Print() << Utils::TextMsg::Info("Starting moving window"); } |