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

extra +

parent 4a18f965
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ static void add_scripting(GMSH_PostPlugin *p, PView *view) ...@@ -122,7 +122,7 @@ static void add_scripting(GMSH_PostPlugin *p, PView *view)
else else
fileName = GModel::current()->getFileName(); fileName = GModel::current()->getFileName();
fileName += + ".opt"; fileName += ".opt";
FILE *fp = fopen(fileName.c_str(), "a"); FILE *fp = fopen(fileName.c_str(), "a");
if(!fp){ if(!fp){
Msg::Error("Could not open file '%s'", fileName.c_str()); Msg::Error("Could not open file '%s'", fileName.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment