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

*** empty log message ***

parent 299c81a9
Branches
Tags
No related merge requests found
...@@ -144,7 +144,7 @@ int GModel::readFourier(const std::string &fn) ...@@ -144,7 +144,7 @@ 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.
Please register or to comment