Skip to content
Snippets Groups Projects
Commit 36a51d2a authored by Emmanuel Labourasse's avatar Emmanuel Labourasse
Browse files

trick to pass the tests

parent 46dccc19
Branches
No related tags found
No related merge requests found
Pipeline #1957 failed
......@@ -638,6 +638,7 @@ TEST_CASE("EigenvalueSolver", "[algebra]")
SECTION("symmetric tiny matrix")
{
#ifdef PUGS_HAS_SLEPC
TinyMatrix<3> TestA{3e10, 2e10, 4e10, 2e10, 0, 2e10, 4e10, 2e10, 3e10};
TinyMatrix<3> TestA2{4, 2, 3, 2, 0, 2, 3, 2, 4};
TinyMatrix<3> TestB{1, -1, 0, -1, 1, 0, 0, 0, 3};
......@@ -730,4 +731,5 @@ TEST_CASE("EigenvalueSolver", "[algebra]")
}
}
}
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment