Skip to content
Snippets Groups Projects
Commit e4d80dbf authored by Martin Nolte's avatar Martin Nolte
Browse files

check invert for FieldMatrix< std::complex< double >, 2 >

See FS#1317 for details.
parent 98c52bbe
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,7 @@ int main()
test_determinant();
test_invert< float, 34 >();
test_invert< double, 34 >();
test_invert< std::complex< long double >, 2 >();
return test_invert_solve();
}
catch (Dune::Exception & e)
......
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