mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: correct polyPatch debug comment
This commit is contained in:
@ -110,8 +110,8 @@ Foam::autoPtr<Foam::polyPatch> Foam::polyPatch::New
|
|||||||
{
|
{
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Info<< "polyPatch::New(const word&, const dictionary&, const label, "
|
Info<< "polyPatch::New(const word&, const word&, const dictionary&, "
|
||||||
"const polyBoundaryMesh&) : constructing polyPatch"
|
"const label, const polyBoundaryMesh&) : constructing polyPatch"
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user