mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated output messages
This commit is contained in:
@ -103,7 +103,7 @@ labelList nearestPatch(const polyMesh& mesh, const labelList& patchIDs)
|
|||||||
{
|
{
|
||||||
if (!haveWarned)
|
if (!haveWarned)
|
||||||
{
|
{
|
||||||
WarningIn("meshRefinement::nearestPatch(..)")
|
WarningInFunction
|
||||||
<< "Did not visit some faces, e.g. face " << faceI
|
<< "Did not visit some faces, e.g. face " << faceI
|
||||||
<< " at " << mesh.faceCentres()[faceI] << endl
|
<< " at " << mesh.faceCentres()[faceI] << endl
|
||||||
<< "Using patch " << patchIDs[0] << " as nearest"
|
<< "Using patch " << patchIDs[0] << " as nearest"
|
||||||
|
|||||||
@ -653,7 +653,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WarningIn(args.executable())
|
WarningInFunction
|
||||||
<< "Requested field to change " << fieldName
|
<< "Requested field to change " << fieldName
|
||||||
<< " does not exist in " << fieldHeader.path() << endl;
|
<< " does not exist in " << fieldHeader.path() << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user