[bugfix] Fixes implicit build mode of BCRSMatrix with zero rows.
Compare changes
Files
2+ 10
− 0
@@ -49,6 +49,15 @@ void setMatrix(M& m)
@@ -353,6 +362,7 @@ int main()
Corner case that sometimes happens and produced a segmentation fault. Kudos to Arne Morton Kvarving for finding this.