From f4d67b53527982ac361cc501e6df690a8260a73d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 10 Dec 2013 06:59:51 +0000 Subject: [PATCH] pp --- Common/GmshMessage.cpp | 4 ++-- Graphics/drawContext.cpp | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 0ae62c48ae..aec2129964 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 1891469656..25e2fb3f01 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() -- GitLab