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)
|
||||
{
|
||||
Info<< "polyPatch::New(const word&, const dictionary&, const label, "
|
||||
"const polyBoundaryMesh&) : constructing polyPatch"
|
||||
Info<< "polyPatch::New(const word&, const word&, const dictionary&, "
|
||||
"const label, const polyBoundaryMesh&) : constructing polyPatch"
|
||||
<< endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user