STYLE: Minor code clean-up

This commit is contained in:
andy
2012-01-25 10:36:43 +00:00
parent 50ddfebf38
commit 6dd1d80c18

View File

@ -508,18 +508,18 @@ int main(int argc, char *argv[])
const bool overwrite = args.optionFound("overwrite"); const bool overwrite = args.optionFound("overwrite");
word sampleDictName word dictName
( (
args.optionLookupOrDefault<word>("dict", "createPatchDict") args.optionLookupOrDefault<word>("dict", "createPatchDict")
); );
Info<< "Reading " << sampleDictName << nl << endl; Info<< "Reading " << dictName << nl << endl;
IOdictionary dict IOdictionary dict
( (
IOobject IOobject
( (
sampleDictName, dictName,
runTime.system(), runTime.system(),
( (
meshRegionName != polyMesh::defaultRegion meshRegionName != polyMesh::defaultRegion