Skip to content
Snippets Groups Projects
  1. Sep 13, 2016
  2. Nov 28, 2014
  3. Oct 29, 2014
    • Jonathan Youett's avatar
      [bugfix] Fixes assignment of BCRSMatrix with nonmatching number of rows. · 8349b4fb
      Jonathan Youett authored and Markus Blatt's avatar Markus Blatt committed
      When assigning a BCRSMatrix to another BCRSMatrix which was setup for
      a different size/pattern, it segfaulted and I got the following
      Exception:
      
      "InvalidStateException [allocate:.../dune/istl/bcrsmatrix.hh:2108]:
      Rows have already been allocated, cannot allocate a second time."
      
      The problem was, that inside the assignment operator the rows (r) were
      never deallocated. This commit fixes this and adds a testcase.
      
      Testcase slightly modified by Markus.
      8349b4fb
  4. Dec 15, 2013
  5. Oct 23, 2013
  6. Mar 31, 2013
  7. Feb 25, 2013
  8. Feb 07, 2013
  9. Jan 31, 2013
  10. Jan 18, 2013
  11. Jan 09, 2013
  12. Jan 01, 2013
  13. Nov 22, 2012
  14. Sep 01, 2012
  15. Jul 27, 2012
    • Christoph Grüninger's avatar
      [pinfo.hh] · 23e9891c
      Christoph Grüninger authored
      Removed two spurious semicolons.
      (thanks to Andreas Lauser for the patch)
      
      [[Imported from SVN: r1658]]
      23e9891c
  16. Feb 13, 2012
  17. Jan 23, 2012
  18. Mar 30, 2007
  19. Mar 23, 2007
  20. Mar 22, 2007
  21. Mar 20, 2007
    • Markus Blatt's avatar
      Changed README to honor dunecontrol as well as the new licence. · 2bd78728
      Markus Blatt authored
      WARNING:
      
      Currently COPYING contains the GPL without the exception. The runtime
      exception is just mentioned in the README. It is  not clear to me
      whether it should be included into the COPYING file. In libstdc++ it
      is not included there but in all source files.
      
      Sven: please audit the licence again.
      
      [[Imported from SVN: r732]]
      2bd78728
  22. Oct 30, 2003
Loading