Skip to content
Snippets Groups Projects
Commit 03183ac7 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[solver.common] fix types()

parent 299f2c42
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public:
static std::vector<std::string> types()
{
return {"superlu"};
return {"qr.householder"};
}
static Common::Configuration options(const std::string type = "")
......
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