Skip to content
Snippets Groups Projects
  1. Nov 19, 2019
    • Henrik Stolzmann's avatar
      Fixed a compiler warning: "unused function" · d36a00ab
      Henrik Stolzmann authored
      I added a preprocessor environment to contain the definiton of the
      function: "CheckElementContextConsistency"
      
      ````
       #ifdef Debug
      static void CheckElementContextConsistency( arguments )
      {
      
       ...
      
      }
       #endif
      ````
      because the following use of the function is also contained in such an
      environment.
      d36a00ab
  2. Nov 18, 2019
  3. Nov 09, 2019
    • Oliver Sander's avatar
      [!141] Rentroduce Vector::skip as Vector::leafIndex · 172f6988
      Oliver Sander authored
      Merge branch 'fix-vector-leaf-index' into 'master'
      
      ref:staging/dune-uggrid The 'skip' data member of the Vector class used to be
      abused for the leaf index of the vector, if that vector corresponds to an
      element facet in 3d. By accident, that 'skip' field got removed in a recent
      commit. Let's put it back in, but rename it to 'leafIndex' now. All it is used
      for nowadays is that leaf index.
      
      See merge request [!141]
      
        [!141]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/141
      172f6988
    • Oliver Sander's avatar
      Rentroduce Vector::skip as Vector::leafIndex · 0ea5bc24
      Oliver Sander authored
      The 'skip' data member of the Vector class used to be abused for
      the leaf index of the vector, if that vector corresponds to an
      element facet in 3d.  By accident, that 'skip' field got removed
      in a recent commit.  Let's put it back in, but rename it to
      'leafIndex' now.  All it is used for nowadays is that leaf index.
      0ea5bc24
  4. Nov 06, 2019
    • Oliver Sander's avatar
      [!139] Removed data member vector::skip · 4b4e02a9
      Oliver Sander authored
      Merge branch 'master' into 'master'
      
      ref:staging/dune-uggrid Removed vector::skip and the code that uses it. It
      compiles and the few existing tests run without problems.
      
      Fixes [#29]
      
      See merge request [!139]
      
        [#29]: gitlab.dune-project.org/NoneNone/issues/29
        [!139]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/139
      
      
      Closes #29
      4b4e02a9
    • Henrik Stolzmann's avatar
      Removed data member vector::skip · 77cb8422
      Henrik Stolzmann authored and Oliver Sander's avatar Oliver Sander committed
      See Issue `#29`.
      Removed `vector::skip` and the  code that uses it. It compiles and the
      few existing tests run without problems.
      77cb8422
  5. Oct 08, 2019
  6. Oct 04, 2019
  7. Sep 23, 2019
  8. Sep 04, 2019
  9. Jul 10, 2019
  10. Jul 09, 2019
  11. Jun 29, 2019
  12. Jun 19, 2019
  13. Jun 18, 2019
  14. Jun 13, 2019
  15. May 27, 2019
  16. May 16, 2019
  17. May 07, 2019
  18. Apr 30, 2019
  19. Apr 17, 2019
    • Ansgar Burchardt's avatar
      [!124] Fix warning: variable 'errorflag' set but not used · 11404bc8
      Ansgar Burchardt authored
      Merge branch 'fix_warning_set_but_unused_errorflag' into 'master'
      
      ref:staging/dune-uggrid
      
          I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the
           warning: "variable 'errorflag' set but not used".
      
      See merge request [!124]
      
        [!124]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/124
      11404bc8
  20. Apr 10, 2019
Loading