Skip to content
Snippets Groups Projects
Commit 11aed392 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

setFileName when reading a msh file

parent e58363c4
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ int GModel::readMSH(const std::string &name)
Msg::Error("Unable to open file '%s'", name.c_str());
return 0;
}
setFileName(name);
char str[256] = "XXX";
double version = 1.0;
bool binary = false, swap = false, postpro = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment