STYLE: correct polyPatch debug comment

This commit is contained in:
laurence
2013-02-06 12:12:39 +00:00
parent 84ad150b88
commit 482d49ef7e

View File

@ -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;
} }