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 {
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)
return std::string();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment