From cf9ef100cbe2440280d98723f006a7ddc39c3aad Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 28 Nov 2016 06:50:43 +0000
Subject: [PATCH] fix!

---
 Mesh/meshRefine.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp
index 12994956e5..11ba91b6c7 100644
--- a/Mesh/meshRefine.cpp
+++ b/Mesh/meshRefine.cpp
@@ -449,9 +449,6 @@ static void Subdivide(GRegion *gr, bool splitIntoHexas, faceContainer &faceVerti
 
 void RefineMesh(GModel *m, bool linear, bool splitIntoQuads, bool splitIntoHexas)
 {
-    splitIntoQuads = true;
-    splitIntoHexas = true;
-
   Msg::StatusBar(true, "Refining mesh...");
   double t1 = Cpu();
 
-- 
GitLab