From 6dd1d80c181c43526d39ba5284d57049cd6df700 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 25 Jan 2012 10:36:43 +0000 Subject: [PATCH] STYLE: Minor code clean-up --- .../utilities/mesh/manipulation/createPatch/createPatch.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/utilities/mesh/manipulation/createPatch/createPatch.C b/applications/utilities/mesh/manipulation/createPatch/createPatch.C index 1df5e9dae8..54b9c03391 100644 --- a/applications/utilities/mesh/manipulation/createPatch/createPatch.C +++ b/applications/utilities/mesh/manipulation/createPatch/createPatch.C @@ -508,18 +508,18 @@ int main(int argc, char *argv[]) const bool overwrite = args.optionFound("overwrite"); - word sampleDictName + word dictName ( args.optionLookupOrDefault("dict", "createPatchDict") ); - Info<< "Reading " << sampleDictName << nl << endl; + Info<< "Reading " << dictName << nl << endl; IOdictionary dict ( IOobject ( - sampleDictName, + dictName, runTime.system(), ( meshRegionName != polyMesh::defaultRegion