aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpXMove.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-19 17:20:56 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-19 17:20:56 -0800
commit813b2fce7451c5169fe60c2cb20dba8ade6e53eb (patch)
treeda466d87d40c8248b2d0ef2dc46e01ea3d334379 /Source/WarpXMove.cpp
parent28277974c96a402dc6b93c1db838e9be094fdbfe (diff)
downloadWarpX-813b2fce7451c5169fe60c2cb20dba8ade6e53eb.tar.gz
WarpX-813b2fce7451c5169fe60c2cb20dba8ade6e53eb.tar.zst
WarpX-813b2fce7451c5169fe60c2cb20dba8ade6e53eb.zip
Fix 2D injection
Diffstat (limited to 'Source/WarpXMove.cpp')
-rw-r--r--Source/WarpXMove.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WarpXMove.cpp b/Source/WarpXMove.cpp
index 4a638fe19..1fea06cc3 100644
--- a/Source/WarpXMove.cpp
+++ b/Source/WarpXMove.cpp
@@ -145,6 +145,7 @@ WarpX::MoveWindow (bool move_j)
ppc.AddPlasma(lev, particleBox);
}
// Update the injection position
+ std::cout << "Moving window " << dir << " " << current_injection_position << " " << new_injection_position << std::endl;
current_injection_position = new_injection_position;
}
}