Skip to content
Snippets Groups Projects
  1. Jul 26, 2016
    • Mark Olesen's avatar
      ENH: distinguish OpenFOAM version for user-coding (fixes #195) · 1b55666e
      Mark Olesen authored
      The pre-processor macro 'OPENFOAM_PLUS' is defined with a numerical
      value equal to the currently compatible version number.
      
      This can be used judiciously within user coding to help with minor
      differences between OpenFOAM versions. For example,
      
          #ifdef OPENFOAM_PLUS
              #if (OPENFOAM_PLUS >= 1612)
              ...
              #endif
          #endif
      
      or simply
      
          #if (OPENFOAM_PLUS >= 1612)
          ...
          #endif
      1b55666e
  2. Jul 25, 2016
  3. Jul 18, 2016
  4. Jul 15, 2016
  5. Jul 13, 2016
  6. Jul 12, 2016
  7. Jul 07, 2016
  8. Jul 06, 2016
  9. Jul 05, 2016
  10. Jul 01, 2016
  11. Jun 30, 2016
  12. Jun 29, 2016