From 86fe007eeddecc66fab112f0a4df506ce68a1ea5 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 13 Nov 2017 20:12:37 +0100
Subject: [PATCH] this test-case should be rewritten

---
 benchmarks/extrude/sphere_discrete.geo | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/benchmarks/extrude/sphere_discrete.geo b/benchmarks/extrude/sphere_discrete.geo
index 5417d009c3..2dfe0da00a 100644
--- a/benchmarks/extrude/sphere_discrete.geo
+++ b/benchmarks/extrude/sphere_discrete.geo
@@ -1,14 +1,13 @@
-//Merge "sphere_boundary_layer.msh";
+General.MeshDiscrete=1 ;
 Merge "sphere.stl";
-CreateTopology;
 
-out[] = Extrude{
- Surface{1}; Layers{5, 0.1}; Recombine;
-};
+//out[] = Extrude{
+// Surface{1}; Layers{5, 0.1}; Recombine;
+//};
 
 //the volume of the boundary layer is created
 //with the extrusion
 
 //here we create the volume of the inside of the sphere
-Surface Loop(100)={1};
-Volume(101)={100};
\ No newline at end of file
+//Surface Loop(100)={1};
+//Volume(101)={100};
-- 
GitLab