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

oops

parent 845ce6c4
Branches
Tags
No related merge requests found
...@@ -572,7 +572,7 @@ void GetOptions(int argc, char *argv[]) ...@@ -572,7 +572,7 @@ void GetOptions(int argc, char *argv[])
i++; j++; i++; j++;
} }
if(j < s) 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; gmsh_yysymbols[n].value = v;
Msg::GetCommandLineNumbers()[n] = v; Msg::GetCommandLineNumbers()[n] = v;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment