Skip to content
Snippets Groups Projects
Commit 2dd5da45 authored by Elias Pipping's avatar Elias Pipping
Browse files

Typo

parent a49a9809
No related branches found
No related tags found
1 merge request!10flyspray/FS#1147: Fix NaN behaviour of infinity_norm() for istl classes
......@@ -297,7 +297,7 @@ namespace Dune {
B.setrowsize(2,1);
B.setrowsize(1,1);
// increase row size for row 2
B.incrementrowsize(2)
B.incrementrowsize(2);
// finalize row setup phase
B.endrowsizes();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment