Skip to content
Snippets Groups Projects
Commit 66b956dc authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Make method non-virtual

parent 22e581cf
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { ...@@ -57,7 +57,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
0); // safety: acceptance factor for inexact minimization 0); // safety: acceptance factor for inexact minimization
} }
std::string virtual getOutput(bool header = false) const { std::string getOutput(bool header = false) const {
// TODO: implement (not urgent) // TODO: implement (not urgent)
return std::string(); return std::string();
} }
......
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