mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cyclicACMI: debug printing triggers evaluation
Makes it hard to debug ACMI with scaling.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user