aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpXMove.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-20 09:56:27 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-20 09:56:27 -0800
commit0bd9ab04c20a1d91f1d956b9109ad942a804631d (patch)
treedd00f5b032f98da6e02bff971d346232e66c1ed0 /Source/WarpXMove.cpp
parent813b2fce7451c5169fe60c2cb20dba8ade6e53eb (diff)
downloadWarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.tar.gz
WarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.tar.zst
WarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.zip
Fix another bug in the injection
Diffstat (limited to '')
-rw-r--r--Source/WarpXMove.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WarpXMove.cpp b/Source/WarpXMove.cpp
index 1fea06cc3..4a638fe19 100644
--- a/Source/WarpXMove.cpp
+++ b/Source/WarpXMove.cpp
@@ -145,7 +145,6 @@ 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;
}
}