From 822a90f4bd55044f854403268ecb037ae330e526 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 13 Nov 2017 19:29:39 +0100
Subject: [PATCH] fix

---
 benchmarks/2d/hybrid_compound.geo | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/benchmarks/2d/hybrid_compound.geo b/benchmarks/2d/hybrid_compound.geo
index cbacae45b0..8a69f1fc91 100644
--- a/benchmarks/2d/hybrid_compound.geo
+++ b/benchmarks/2d/hybrid_compound.geo
@@ -1,8 +1,9 @@
+General.MeshDiscrete = 1;
+
 Merge "hybrid_part.msh";
-CreateTopology;
 
-Compound Line(100) = {14};
-Compound Surface(101) = {16};
+Compound Line{14};
+Compound Surface{16};
 
 lc = 1e-2;
 Point(1) = {0, 0, 0, lc};
@@ -12,5 +13,6 @@ Line(1) = {1,11} ;
 Line(3) = {14,4} ;
 Line(4) = {4,1} ;
 
-Line Loop(5) = {-4,-1,100,-3} ;
+Line Loop(5) = {-4,-1,14,-3} ;
 Plane Surface(6) = {5} ;
+
-- 
GitLab