Skip to content
Snippets Groups Projects
  1. Oct 23, 2013
  2. Oct 17, 2013
  3. Oct 02, 2013
  4. Sep 18, 2013
  5. Sep 11, 2013
  6. Sep 09, 2013
  7. Sep 06, 2013
  8. Aug 27, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent implicite conversion Matrix->MatrixAdapter. · 4acfda14
      Markus Blatt authored
      MatrixAdapter uses a const reference to store a reference
      to the matrix it is working on. Without this patch it was
      possible to pass the matrix to constructor actually taking
      a MatrixAdapter as its argument. This resulted in a const
      reference to a temporary MatrixAdapter that died after the
      constructor call.
      
      This patch request explicitly calling the constructor and
      thus fixes this issue.
      4acfda14
  9. Aug 26, 2013
  10. Aug 21, 2013
    • Markus Blatt's avatar
      Make superlutest compile for types other than double again. (Completed) · bb2ba08e
      Markus Blatt authored
      The last patch missed one instance of double.
      # Please enter the commit message for your changes. Lines starting
      # with '#' will be ignored, and an empty message aborts the commit.
      # On branch master
      # Changes to be committed:
      #   (use "git reset HEAD <file>..." to unstage)
      #
      #	modified:   ../../../../dune/istl/test/superlutest.cc
      #
      # Untracked files:
      #   (use "git add <file>..." to include in what will be committed)
      #
      #	../../../../build-clang/
      #	../../../../build-test/
      #	../../../../parallel/
      #	../../../../test-shared/
      bb2ba08e
Loading