From cdfc169c3d1d9fbb27ee5738eae396ec244e46b3 Mon Sep 17 00:00:00 2001 From: Amaury Johnan <amjohnen@gmail.com> Date: Wed, 12 Jun 2013 10:02:47 +0000 Subject: [PATCH] --- Common/Gmsh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index 70661ddc11..251674c8d4 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -244,7 +244,7 @@ int GmshBatch() solver_batch_cb(0, (void*)CTX::instance()->launchSolverAtStartup); #endif - if (true) { + if (false) { // 11/06/13 : This will be removed later ! for (int i = 1; i < MSH_NUM_TYPE+1; ++i) { if (i == 76 || i == 77 || i == 78) -- GitLab