We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e620d1 commit 5e079acCopy full SHA for 5e079ac
src/particles/CollectLost.cpp
@@ -60,7 +60,6 @@ namespace impactx
60
// Check destination has the same attributes as source + "s_lost"
61
for (auto & name : source.RealSoA_names())
62
{
63
- amrex::Print() << "name: " << name << std::endl;
64
if (!dest.HasRealComp(name)) {
65
amrex::Print() << "adding " << name << std::endl;
66
dest.AddRealComp(name);
0 commit comments