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

return 1 after reading .pro

parent ca6d5e89
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ int MergeFile(const std::string &fileName, bool warnIfMissing)
GModel::current()->setName(split[1] + ".geo");
GModel::current()->setFileName(split[0] + split[1] + ".geo");
CTX::instance()->launchSolverAtStartup = 0;
return status;
return 1;
}
#endif
#if defined(HAVE_ONELAB_METAMODEL) && defined(HAVE_FLTK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment