Files
openfoam/src/functionObjects/field
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
..
2016-12-20 23:07:16 +00:00
2016-09-27 15:17:55 +01:00
2017-09-22 14:01:25 +01:00