mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
moved a couple of comments to inside debug statements
This commit is contained in:
@ -770,7 +770,10 @@ void Foam::vtkPV3Foam::addPatchNames(vtkRenderer* renderer)
|
||||
true
|
||||
);
|
||||
|
||||
Info<<"patches: " << selectedPatches <<endl;
|
||||
if (debug)
|
||||
{
|
||||
Info<<"patches: " << selectedPatches <<endl;
|
||||
}
|
||||
|
||||
// Find the total number of zones
|
||||
// Each zone will take the patch name
|
||||
|
||||
@ -142,8 +142,11 @@ void Foam::vtkPV3Foam::updateInformationLagrangian()
|
||||
}
|
||||
else
|
||||
{
|
||||
Info<<"no clouds identified in "
|
||||
<< dbPtr_->timePath()/"lagrangian" << endl;
|
||||
if (debug)
|
||||
{
|
||||
Info<<"no clouds identified in "
|
||||
<< dbPtr_->timePath()/"lagrangian" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user