Skip to content
Snippets Groups Projects
  1. May 24, 2011
  2. Apr 05, 2011
  3. Mar 21, 2011
  4. Jan 14, 2011
  5. Jan 05, 2011
  6. Jan 02, 2011
  7. Aug 23, 2010
  8. Jul 27, 2010
  9. Jun 23, 2010
  10. May 18, 2010
  11. Apr 09, 2010
  12. Mar 29, 2010
  13. Mar 10, 2010
  14. Nov 27, 2009
    • Mark Olesen's avatar
      coding style adherence · fa93ce8c
      Mark Olesen authored
      - markup codingStyleGuide.org examples so they actually indent correctly
      
      - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
      fa93ce8c
  15. Jul 23, 2009
  16. Jul 09, 2009
  17. Jul 03, 2009
  18. 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
  19. Feb 13, 2009
  20. Feb 12, 2009