diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C index b3718bc60a..ec7e4b5d91 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C @@ -117,10 +117,10 @@ Usage Refinement level at specified surfaces, e.g. '((pipe 2) (baffles 1))' - \par -refinementRegions \ - Refinement regions specfied by '( ( ) (...) )' + Refinement regions specified by '( ( ) (...) )' - \par -refinementBoxes \ - Refinement boxes specfied by '( ( ) (...) )' + Refinement boxes specified by '( ( ) (...) )' - \par -refinementDists \ Refinement distance specified by '( ( ) (...) )' @@ -261,14 +261,14 @@ int main(int argc, char *argv[]) ( "refinementRegions", "entry", - "refinement regions specfied by '( ( ) (...) )'" + "refinement regions specified by '( ( ) (...) )'" ); argList::addOption ( "refinementBoxes", "entry", - "refinement boxes specfied by '( ( ) (...) )'" + "refinement boxes specified by '( ( ) (...) )'" ); argList::addOption @@ -482,7 +482,7 @@ int main(int argc, char *argv[]) ); HashTable> patchOpts(7); - patches.append("defaultPatch"); + patches.append("default"); forAll(patches, i) { readPatchOption(args, patchOpts, patches[i] + "Patch"); @@ -514,6 +514,7 @@ int main(int argc, char *argv[]) runTime.system(), runTime, surfaces, + args.optionFound("bounds"), nCells, refineFactor, patchOpts,