openfoam/applications/utilities
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
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
finiteArea ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mesh BUG: incorrect HashTable / HashSet instances 2018-02-09 09:30:02 +01:00
miscellaneous ENH: cleanup List constructors (issue #725) 2018-02-08 08:53:14 +01:00
parallelProcessing Merge remote-tracking branch 'origin/master' into develop 2018-01-17 14:08:11 +01:00
postProcessing STYLE: two-parameter Foam::name replaced by word::printf (issue #724) 2018-02-08 12:00:54 +01:00
preProcessing ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surface ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
thermophysical ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00