diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 0ae62c48aef5d581a18c6dd7f2866f261a80397e..aec212996468f4bfe7136309497003d856883a8f 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -887,7 +887,7 @@ void Msg::ExchangeOnelabParameter(const std::string &key, if(name.empty()){ if(copt.size() || fopt.size()) Msg::Error("From now on you need to use the `Name' attribute to create a " - "Onelab parameter: `Name \"%s\"'", + "OneLab parameter: `Name \"%s\"'", _getParameterName(key, copt).c_str()); return; } @@ -992,7 +992,7 @@ void Msg::ExchangeOnelabParameter(const std::string &key, if(name.empty()){ if(copt.size() || fopt.size()) Msg::Error("From now on you need to use the `Name' attribute to create a " - "Onelab parameter: `Name \"%s\"'", + "OneLab parameter: `Name \"%s\"'", _getParameterName(key, copt).c_str()); return; } diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index 1891469656a3fb2a5e2dc55efa36266b8ecfe759..25e2fb3f0188beca7ab89045290bde6cc6d1b876 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -287,7 +287,6 @@ void drawContext::draw3d() drawPost(); } - void drawContext::draw2d() { glDisable(GL_DEPTH_TEST); @@ -313,8 +312,6 @@ void drawContext::draw2d() if(CTX::instance()->smallAxes) drawSmallAxes(); - - } void drawContext::drawBackgroundGradient()