ENH: cyclicACMI: debug printing triggers evaluation
Makes it hard to debug ACMI with scaling.
This commit is contained in:
parent
7c4bb57949
commit
97c78a78f3
@ -337,14 +337,13 @@ void Foam::cyclicACMIPolyPatch::resetAMI(const UList<point>& points) const
|
||||
Pout<< "patch:" << patch.name() << " size:" << patch.size()
|
||||
<< " non-overlap patch: " << patch.nonOverlapPatch().name()
|
||||
<< " size:" << patch.nonOverlapPatch().size()
|
||||
<< " mask size:" << patch.srcMask().size() << endl;
|
||||
<< endl;
|
||||
}
|
||||
{
|
||||
const cyclicACMIPolyPatch& patch = this->neighbPatch();
|
||||
Pout<< "patch:" << patch.name() << " size:" << patch.size()
|
||||
<< " non-overlap patch: " << patch.nonOverlapPatch().name()
|
||||
<< " size:" << patch.nonOverlapPatch().size()
|
||||
<< " mask size:" << patch.neighbPatch().tgtMask().size()
|
||||
<< endl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user