openfoam/applications
Mark Olesen 12c91b9472 STYLE: check autoPtr as plain bool instead of valid()
- cleaner code, more similarity with unique_ptr

  Now
      if (ptr)
      if (!ptr)

  instead
      if (ptr.valid())
      if (!ptr.valid())
2020-07-16 11:39:24 +02:00
..
solvers STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
test STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
tools ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
utilities STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
Allwmake ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00