Skip to content
Snippets Groups Projects
Commit bcf18a8e authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix misplaced parentheses

parent 0c9fc541
No related branches found
No related tags found
No related merge requests found
Pipeline #1622 failed
......@@ -394,6 +394,7 @@ void measureDiscreteEOC(const GridView gridView,
h1ErrorSquared += integrationElement * qp.weight() * derDiff.frobenius_norm2();
}
}
std::cout << "levels: " << gridView.grid().maxLevel()+1
<< " "
......@@ -402,7 +403,6 @@ void measureDiscreteEOC(const GridView gridView,
<< "h^1 error: " << std::sqrt(h1ErrorSquared)
<< std::endl;
}
}
}
template <class GridView, int order, class TargetSpace>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment