Skip to content
Snippets Groups Projects
  1. Feb 18, 2009
    • Mark Olesen's avatar
      use while (runTime.loop() { .. } where possible in solvers · 4b60453c
      Mark Olesen authored
      - change system/controlDict to use functions {..} instead of functions (..);
        * This is internally more efficient
      - fixed formatting of system/controlDict functions entry
      
      - pedantic change: use 'return 0' instead of 'return(0)' in the applications,
        since return is a C/C++ keyword, not a function.
      4b60453c
  2. Feb 17, 2009
  3. Feb 16, 2009
  4. Feb 15, 2009
  5. Feb 13, 2009
  6. Feb 12, 2009
    • Mark Olesen's avatar
      functionObjectList and Time modifications · fafb3e88
      Mark Olesen authored
      - added clear() method to functionObjectList. It also gets called by ~Time().
        This should destroy function objects before anything else gets
        destroyed (eg, objectRegistry).
      fafb3e88