From 76520ec14e53b1f25928f87f2c33367615d3474a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 16 Jun 2015 21:03:11 +0000 Subject: [PATCH] oops --- Common/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 010b042999..c3beb1e52b 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -572,7 +572,7 @@ void GetOptions(int argc, char *argv[]) i++; j++; } if(j < s) - Message::Error("Missing values in list (got %d instead of %d)", j, s); + Msg::Error("Missing values in list (got %d instead of %d)", j, s); gmsh_yysymbols[n].value = v; Msg::GetCommandLineNumbers()[n] = v; } -- GitLab