ENH: subsetMesh: improved error checking

This commit is contained in:
mattijs
2012-12-05 12:42:53 +00:00
parent d2cfb24ef8
commit 2e046d32d0
2 changed files with 15 additions and 4 deletions

View File

@ -27,7 +27,7 @@ selections
// used by snappyHexMesh, cvMesh.
type badQuality;
// Use the quality criteria from the snappyHexMeshDict
${.meshQualityControls}
${:meshQualityControls}
}
outside
@ -42,7 +42,7 @@ selections
//- Define mesh location for keeping.
// In this case use the one from snappyHexMeshDict. This can
// optionally be a list of locations.
locationsInMesh (${.castellatedMeshControls.locationInMesh});
locationsInMesh (${:castellatedMeshControls.locationInMesh});
}
}