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:
Mark Olesen
2016-11-21 10:38:22 +01:00
parent a6a90838fa
commit cbf43acd30
7 changed files with 78 additions and 52 deletions

View File

@ -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).