Skip to content
Snippets Groups Projects
Commit 02fb293f authored by Andrew Heather's avatar Andrew Heather
Browse files

moved a couple of comments to inside debug statements

parent d2366604
Branches
Tags
No related merge requests found
......@@ -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;
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment