Removed handling of single-quoted strings.

This commit is contained in:
Mark Olesen
2009-01-23 15:17:01 +01:00
parent 42c04b8505
commit ce14f243c6
12 changed files with 23 additions and 29 deletions

View File

@ -82,7 +82,7 @@ topoSetSources
// Cells in cell zone
zoneToCell
{
name '.*Zone'; // Name of cellZone, regular expressions allowed
name ".*Zone"; // Name of cellZone, regular expressions allowed
}
// values of field within certain range

View File

@ -56,13 +56,13 @@ topoSetSources
// All faces of patch
patchToFace
{
name '.*Wall'; // Name of patch, regular expressions allowed
name ".*Wall"; // Name of patch, regular expressions allowed
}
// All faces of faceZone
zoneToFace
{
name '.*Zone1'; // Name of faceZone, regular expressions allowed
name ".*Zone1"; // Name of faceZone, regular expressions allowed
}
// Faces with face centre within box

View File

@ -60,7 +60,7 @@ topoSetSources
// All points in pointzone
zoneToPoint
{
name '.*Zone'; // name of pointZone, regular expressions allowed
name ".*Zone"; // name of pointZone, regular expressions allowed
}
// Select based on surface