Skip to content
Snippets Groups Projects
Commit f4d67b53 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 236aadce
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment