aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/lin1d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/lin1d.hpp')
-rw-r--r--vmodels/lin1d.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/vmodels/lin1d.hpp b/vmodels/lin1d.hpp
index a16ce03..7f150d3 100644
--- a/vmodels/lin1d.hpp
+++ b/vmodels/lin1d.hpp
@@ -54,9 +54,7 @@ namespace opt_utilities
private:
std::string do_get_information()const
{
- return "<math><mrow> <mtext>f(x;k,b)=k x+b</mtext> \
- </mrow> \
-</math>";
+#include "lin1d.info"
}
};
}