Remove trace from mixingPlaneCheckFunctionObject.

This commit is contained in:
Martin Beaudoin 2012-04-10 11:56:29 -04:00
parent a93d17fd0f
commit 9da055846f

View file

@ -135,7 +135,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
scalar sumShadowAreas = sum(shadowAreas); scalar sumShadowAreas = sum(shadowAreas);
scalar sumMixingAreas = sum(mixingPlanePatchAreas); scalar sumMixingAreas = sum(mixingPlanePatchAreas);
#if 0 // Remove this for now
Info<< "Mixing plane functionObject: area check " << nl Info<< "Mixing plane functionObject: area check " << nl
<< " " << "Master " << mixingMaster.name() << " " << "Master " << mixingMaster.name()
<< " = " << sumMasterAreas << nl << " = " << sumMasterAreas << nl
@ -145,7 +145,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
<< " " << "mixingPlanePatchAreas = " << mixingPlanePatchAreas << " " << "mixingPlanePatchAreas = " << mixingPlanePatchAreas
//<< " " << "mixingPlanePatchPoints = " << mixingPlanePatchPoints //<< " " << "mixingPlanePatchPoints = " << mixingPlanePatchPoints
<< endl; << endl;
#endif
// Calculate master to strip sum // Calculate master to strip sum
scalarField masterToStripsAreas(mixingPlanePatch.size(), 0); scalarField masterToStripsAreas(mixingPlanePatch.size(), 0);