Skip to content
Snippets Groups Projects
Commit 4f103fdb authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Fix output

parent e04961dd
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ int main(int argc, char* argv[]) try {
{ // simplex nonconforming
// using Grid = Dune::ALUGrid<3, 3, Dune::simplex, Dune::nonconforming>;
// return_val = std::max(return_val, checkWithHostGrid<Grid, SIMPLEX>());
std::cout << "Test for SubGrid<ALUGrid<2, 2, simplex, conforming>> is"
std::cout << "Test for SubGrid<ALUGrid<3, 3, simplex, nonconforming>> is"
"currently disabled because the checkIndexSet test fails for"
"this. This seems to be a known problem, see"
"dune-grid/dune/grid/test/gridcheck.hh:949ff:"
......
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