From a9170cce6a12187d0e5836b8e4a93a1041111661 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 20 Feb 2003 16:44:38 +0000
Subject: [PATCH] add gsl_check in batch mode, too

---
 Fltk/Main.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp
index 7f2740aa80..4beb671ed6 100644
--- a/Fltk/Main.cpp
+++ b/Fltk/Main.cpp
@@ -1,4 +1,4 @@
-// $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
 //
@@ -112,6 +112,7 @@ int main(int argc, char *argv[]){
   // Non-interactive Gmsh
 
   if(CTX.batch){
+    check_gsl();
     Msg(DIRECT, "Command line : %s", cmdline);
     OpenProblem(CTX.filename);
     if(yyerrorstate)
-- 
GitLab