Remove trace from mixingPlaneCheckFunctionObject.
This commit is contained in:
parent
a93d17fd0f
commit
9da055846f
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
|
|||
scalar sumShadowAreas = sum(shadowAreas);
|
||||
scalar sumMixingAreas = sum(mixingPlanePatchAreas);
|
||||
|
||||
|
||||
#if 0 // Remove this for now
|
||||
Info<< "Mixing plane functionObject: area check " << nl
|
||||
<< " " << "Master " << mixingMaster.name()
|
||||
<< " = " << sumMasterAreas << nl
|
||||
|
@ -145,7 +145,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
|
|||
<< " " << "mixingPlanePatchAreas = " << mixingPlanePatchAreas
|
||||
//<< " " << "mixingPlanePatchPoints = " << mixingPlanePatchPoints
|
||||
<< endl;
|
||||
|
||||
#endif
|
||||
|
||||
// Calculate master to strip sum
|
||||
scalarField masterToStripsAreas(mixingPlanePatch.size(), 0);
|
||||
|
|
Reference in a new issue