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

Reactivate nonconforming CUBE test, passing now

parent 4f103fdb
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -31,11 +31,8 @@ int main(int argc, char* argv[]) try { ...@@ -31,11 +31,8 @@ int main(int argc, char* argv[]) try {
"issues/31" << std::endl; "issues/31" << std::endl;
} }
{ // cube nonconforming { // cube nonconforming
// using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>; using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>;
// return_val = std::max(return_val, checkWithHostGrid<Grid, CUBE>()); return_val = std::max(return_val, checkWithHostGrid<Grid, CUBE>());
std::cout << "Test for SubGrid<ALUGrid<2, 2, cube, nonconforming>> is"
"currently disabled." << std::endl;
// FAILS SUBGRID ASSERTION
} }
// 3D // 3D
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment