openfoam/applications/utilities/mesh
Mark Olesen 09a6e94073 BUG: incorrect HashTable / HashSet instances
- Eg instead of using labelHashSet, used HashSet<label> which uses
  the string::hash for hashing. Other places inadvertently using the
  string::hash instead of Hash<label> for hashing.

STYLE: use Map<..> instead of HashTable<.., label, Hash<label>>

- reduces clutter
2018-02-09 09:30:02 +01:00
..
advanced ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
conversion BUG: incorrect HashTable / HashSet instances 2018-02-09 09:30:02 +01:00
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
generation BUG: incorrect HashTable / HashSet instances 2018-02-09 09:30:02 +01:00
manipulation ENH: cleanup List constructors (issue #725) 2018-02-08 08:53:14 +01:00