Skip to content
Snippets Groups Projects
  1. May 24, 2011
  2. Apr 05, 2011
  3. Jan 14, 2011
  4. Jan 05, 2011
  5. Aug 23, 2010
  6. Jul 27, 2010
  7. Jun 23, 2010
  8. May 18, 2010
  9. Apr 09, 2010
  10. Mar 29, 2010
  11. Mar 10, 2010
  12. 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
  13. Jul 23, 2009
  14. Jul 09, 2009
  15. Jul 03, 2009
  16. 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
  17. Feb 13, 2009
  18. Feb 12, 2009