Skip to content
Snippets Groups Projects
Commit 28e2939f authored by Christian Engwer's avatar Christian Engwer
Browse files

guard test for dim>3. Only execute if LAPACK is available.

parent ce06145d
Branches
Tags
1 merge request!724WIP: FieldMatrix eigenvalue improvements
Pipeline #22717 passed
......@@ -184,8 +184,10 @@ int main()
testSymmetricFieldMatrix<double,2>();
testSymmetricFieldMatrix<double,3>();
#if HAVE_LAPACK
testSymmetricFieldMatrix<double,4>();
testSymmetricFieldMatrix<double,200>();
#endif // HAVE_LAPACK
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment