aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 43b46ec49..b78d36c87 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1530,6 +1530,7 @@ PhysicalParticleContainer::Evolve (int lev,
// Current Deposition
//
// Deposit inside domains
+ Print()<<"np_current "<<np_current<<'\n';
DepositCurrent(pti, wp, uxp, uyp, uzp, &jx, &jy, &jz,
0, np_current, thread_num,
lev, lev, dt);
@@ -1539,7 +1540,6 @@ PhysicalParticleContainer::Evolve (int lev,
np_current, np-np_current, thread_num,
lev, lev-1, dt);
}
-
//
// copy particle data back
//