Skip to content
Snippets Groups Projects
Commit 4cf26dce authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Small bugfix

parent 90b7d422
No related branches found
No related tags found
Loading
#include "PardisoSolver.h" #include "PardisoSolver.h"
#include "SystemVector.h"
#include "MatVecMultiplier.h"
#ifdef HAVE_MKL
namespace AMDiS { namespace AMDiS {
int UmfPackSolver<SystemVector>::solveSystem(MatVecMultiplier<SystemVector> *matVec, template<>
int PardisoSolver<SystemVector>::solveSystem(MatVecMultiplier<SystemVector> *matVec,
SystemVector *x, SystemVector *b) SystemVector *x, SystemVector *b)
{ {
return(1); return(1);
} }
} }
#endif // HAVE_MKL
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