diff options
Diffstat (limited to 'models/bremss.hpp')
-rw-r--r-- | models/bremss.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/bremss.hpp b/models/bremss.hpp index f9be848..b516d5b 100644 --- a/models/bremss.hpp +++ b/models/bremss.hpp @@ -36,7 +36,7 @@ namespace opt_utilities } private: - std::string do_to_string()const + std::string do_get_information()const { return "<math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"block\" class=\"equation\"><mi>f</mi><mrow><mo class=\"MathClass-open\">(</mo><mrow><mi>x</mi><mo class=\"MathClass-punc\">;</mo><mi>n</mi><mi>o</mi><mi>r</mi><mi>m</mi><mo class=\"MathClass-punc\">,</mo><mi>k</mi><mi>T</mi></mrow><mo class=\"MathClass-close\">)</mo></mrow> <mo class=\"MathClass-rel\">=</mo> <mi>n</mi><mi>o</mi><mi>r</mi><mi>m</mi><msqrt><mrow><mi>k</mi><mi>T</mi></mrow></msqrt><msup><mrow><mi>e</mi></mrow><mrow><mo class=\"MathClass-bin\">−</mo><mi>x</mi><mo class=\"MathClass-bin\">∕</mo><mi>k</mi><mi>T</mi> </mrow></msup></math>"; } |