openfoam/applications/utilities/surface/surfaceFeatureExtract
Mark Olesen 36719bf55b STYLE: consistent lookupOrDefault template parameters
- in many cases can just use lookupOrDefault("key", bool) instead of
  lookupOrDefault<bool> or lookupOrDefault<Switch> since reading a
  bool from an Istream uses the Switch(Istream&) anyhow

STYLE: relocated Switch string names into file-local scope
2018-03-26 09:09:09 +02:00
..
extractionMethod STYLE: use autoPtr::New and tmp::New for simple return types 2018-02-26 14:00:30 +01:00
Make ENH: multiple surfaces, self-intersection in surfaceFeatureExtract (issue #450) 2017-04-11 11:46:00 +02:00
Allwclean ENH: improvements for surfaceIntersection (issue #450) 2017-04-28 08:49:45 +02:00
Allwmake ENH: improvements for surfaceIntersection (issue #450) 2017-04-28 08:49:45 +02:00
surfaceFeatureExtract.C STYLE: consistent lookupOrDefault template parameters 2018-03-26 09:09:09 +02:00
surfaceFeatureExtractDict ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00