Fix memory leak on BCRSMatrix
Compare changes
+ 6
− 16
@@ -2183,20 +2183,6 @@ namespace Dune {
@@ -2239,10 +2225,14 @@ namespace Dune {
Before this commit, the pattern was deallocated with the wrong size that created a huge memory leak.
Closes #103 (closed)