Info -> InfoInFunction and updated comments

This commit is contained in:
Henry Weller
2016-01-20 17:51:15 +00:00
parent 5779e4fd16
commit aa38e25c92
42 changed files with 201 additions and 460 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -139,9 +139,8 @@ Foam::coordinateSystem::coordinateSystem
if (debug)
{
Info<< "coordinateSystem::coordinateSystem"
"(const objectRegistry&, const dictionary&):"
<< nl << "using global coordinate system: "
InfoInFunction
<< "Using global coordinate system: "
<< key << "=" << index << endl;
}

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -478,8 +478,9 @@ void Foam::mappedPatchBase::findSamples
if (debug)
{
Info<< "mappedPatchBase::findSamples on mesh " << sampleRegion()
<< " : " << endl;
InfoInFunction
<< "mesh " << sampleRegion() << " : " << endl;
forAll(nearest, sampleI)
{
label procI = nearest[sampleI].second().second();