Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jun 04, 2015
  2. Jan 15, 2015
  3. Sep 03, 2014
  4. Aug 18, 2014
  5. Jul 16, 2014
  6. Dec 18, 2013
  7. Apr 15, 2013
    • Andreas Dedner's avatar
      new debug structure introduced: · 52a4230d
      Andreas Dedner authored
      - instead of #ifndef NDEBUG
        now use #ifdef ALUGRIDDEBUG
      - istead of assert( cond );
        now use alugrid_assert ( cond );
        (from dune/alugrid/common/alugrid_assert.hh)
      So instead of having to define NDEBUG to avoid debug code being executed
      (improves performance by 60%) one always avoids debug code as long as
      ALUGRIDDEBUG has not been define.
      52a4230d
  8. Jan 17, 2013
Loading