mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed handling of single-quoted strings.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user