diff options
author | 2017-11-20 09:56:27 -0800 | |
---|---|---|
committer | 2017-11-20 09:56:27 -0800 | |
commit | 0bd9ab04c20a1d91f1d956b9109ad942a804631d (patch) | |
tree | dd00f5b032f98da6e02bff971d346232e66c1ed0 /Source/WarpXMove.cpp | |
parent | 813b2fce7451c5169fe60c2cb20dba8ade6e53eb (diff) | |
download | WarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.tar.gz WarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.tar.zst WarpX-0bd9ab04c20a1d91f1d956b9109ad942a804631d.zip |
Fix another bug in the injection
Diffstat (limited to '')
-rw-r--r-- | Source/WarpXMove.cpp | 1 |
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; } } |