From 54b31f09c4e576bac50e1e503f91c4c5ec8c945b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 12 Nov 2008 18:57:27 +0000
Subject: [PATCH] fix algo2d gui selection bug

---
 Common/Options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/Options.cpp b/Common/Options.cpp
index c1f84ca336..3106b85c4e 100644
--- a/Common/Options.cpp
+++ b/Common/Options.cpp
@@ -5123,7 +5123,7 @@ double opt_mesh_algo2d(OPT_ARGS_NUM)
 #if defined(HAVE_FLTK)
   if(WID && (action & GMSH_GUI)) {
     switch (CTX.mesh.algo2d) {
-    case ALGO_2D_MESHADAPT:
+    case ALGO_2D_FRONTAL:
       WID->mesh_choice[2]->value(0);
       break;
     case ALGO_2D_DELAUNAY:
-- 
GitLab