openfoam/applications
Mark Olesen 8b569b16d1 STYLE: logical ops return bool (issue #1043)
- these currently only with bool parameters, but the return value should
  nonetheless always be a bool value:

      andOp(), orOp(), lessOp(), lessEqOp(), greaterOp(), greaterEqOp()

- renamed the unused eqEqOp() to equalOp() for naming consistency with
  the equal() global function.

ENH: equalOp() specialization for scalars

- function object version of the equal() function.
  The default constructor uses the same tolerance (VSMALL),
  but can also supply an alternative tolerance on construction.
2018-10-17 07:59:26 +02:00
..
solvers STYLE: use explicit dictionary access for dictionaryEntry 2018-10-16 09:58:49 +02:00
test STYLE: logical ops return bool (issue #1043) 2018-10-17 07:59:26 +02:00
utilities ENH: rationalize dictionary access methods 2018-10-15 16:16:12 +02:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00