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

Missing #ifdef added

[[Imported from SVN: r765]]
parent d68cbfea
No related branches found
No related tags found
No related merge requests found
......@@ -488,6 +488,7 @@ namespace Dune
set(col,col,1.0);
}
#ifdef HAVE_SUPERLU
template <class T>
void SparseRowMatrix<T>::createSuperMatrix(SuperMatrix & A)
{
......@@ -525,4 +526,6 @@ namespace Dune
nzval_.resize(0);
}
#endif // HAVE_SUPERLU
} // end namespace Dune
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