Skip to content
Snippets Groups Projects
Commit 8998b7a7 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing test compilation when EIGEN is not present

parent bbdf6c1b
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ class umfpack_solver
public:
//! stub solve
template<typename impl, typename id_type> static Vector<T> solve(const SparseMatrix<T,id_type,impl> & A, const Vector<T,impl> & b)
template<unsigned int impl, typename id_type> static Vector<T> solve(const SparseMatrix<T,id_type,impl> & A, const Vector<T,impl> & b)
{
std::cerr << __FILE__ << ":" << __LINE__ << " Error Umfpack only support double precision" << "/n";
}
......
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