wildcards for patch spec

This commit is contained in:
mattijs
2009-07-01 13:54:48 +01:00
parent 95dfa44497
commit e17c87d876
2 changed files with 5 additions and 24 deletions

View File

@ -69,8 +69,8 @@ patches
// How to construct: either from 'patches' or 'set'
constructFrom patches;
// If constructFrom = patches : names of patches
patches (periodic-1 periodic-2);
// If constructFrom = patches : names of patches. Wildcards allowed.
patches ("periodic.*");
// If constructFrom = set : name of faceSet
set f0;