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

*** empty log message ***

parent 299c81a9
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,8 @@ int GModel::readFourier(const std::string &fn) ...@@ -144,8 +144,8 @@ int GModel::readFourier(const std::string &fn)
int GModel::writeFourier(const std::string &fn) int GModel::writeFourier(const std::string &fn)
{ {
Msg(GERROR, "Gmsh has to be compiled with Fourier Model support to load '%s'", Msg::Error("Gmsh has to be compiled with Fourier Model support to load '%s'",
fn.c_str()); fn.c_str());
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment