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

add gsl_check in batch mode, too
parent 273647f8
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.42 2003-02-18 05:50:04 geuzaine Exp $ // $Id: Main.cpp,v 1.43 2003-02-20 16:44:38 geuzaine Exp $
// //
// Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -112,6 +112,7 @@ int main(int argc, char *argv[]){ ...@@ -112,6 +112,7 @@ int main(int argc, char *argv[]){
// Non-interactive Gmsh // Non-interactive Gmsh
if(CTX.batch){ if(CTX.batch){
check_gsl();
Msg(DIRECT, "Command line : %s", cmdline); Msg(DIRECT, "Command line : %s", cmdline);
OpenProblem(CTX.filename); OpenProblem(CTX.filename);
if(yyerrorstate) if(yyerrorstate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment