mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: provide static uniq method in wordReListMatcher (issue #259)
- this functionality will be more frequently used in the future, thus place in a commonly available location.
This commit is contained in:
@ -110,9 +110,6 @@ class zeroGradient
|
||||
//- Check that the word contains the appropriate substitution token(s).
|
||||
static bool checkFormatName(const word&);
|
||||
|
||||
//- Eliminate duplicate 'word' entries
|
||||
static void uniqWords(wordReList&);
|
||||
|
||||
|
||||
//- Accept unless field only has constraint patches
|
||||
// (ie, empty/zero-gradient/processor).
|
||||
|
||||
Reference in New Issue
Block a user