From 71e623d5589d5818a830d26fe431936ac76eb31e Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 25 Jan 2012 10:54:05 +0000 Subject: [PATCH] ENH: creatPatch: added message when requested (new) patch already exists --- .../utilities/mesh/manipulation/createPatch/createPatch.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/utilities/mesh/manipulation/createPatch/createPatch.C b/applications/utilities/mesh/manipulation/createPatch/createPatch.C index 54b9c03391..7922d487a2 100644 --- a/applications/utilities/mesh/manipulation/createPatch/createPatch.C +++ b/applications/utilities/mesh/manipulation/createPatch/createPatch.C @@ -618,6 +618,11 @@ int main(int argc, char *argv[]) ).ptr() ); } + else + { + Info<< "Patch '" << patchName << "' already exists. Only " + << "moving patch faces - type will remain the same" << endl; + } } // Copy old patches.