Skip to content
Snippets Groups Projects
Commit 30c345cf authored by Markus Blatt's avatar Markus Blatt
Browse files

Made sequential version work, too.

[[Imported from SVN: r1448]]
parent 53a2a02f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ namespace Dune
category = SolverCategory::sequential
};
const int getSolverCategory () const {
const SolverCategory::Category getSolverCategory () const {
return SolverCategory::sequential;
}
......
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