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

fix compile

parent 9193f67a
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ int main(int argc, char *argv[]) ...@@ -21,7 +21,7 @@ int main(int argc, char *argv[])
new GModel(); new GModel();
GmshInitialize(argc, argv); GmshInitialize(argc, argv);
if(!Msg::GetClient()) CTX::instance()->terminal = 1; if(!Msg::GetGmshClient()) CTX::instance()->terminal = 1;
CTX::instance()->noPopup = 1; CTX::instance()->noPopup = 1;
GmshBatch(); GmshBatch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment