From 7705c4da287054e6b5ba67337e4ed635d2438a85 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 26 May 2015 16:38:51 +0000
Subject: [PATCH]

---
 benchmarks/1d/ligne.geo | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/benchmarks/1d/ligne.geo b/benchmarks/1d/ligne.geo
index b7f9f100d4..d2b10d0fe0 100644
--- a/benchmarks/1d/ligne.geo
+++ b/benchmarks/1d/ligne.geo
@@ -1,20 +1,5 @@
-Point(1) = {0.0,0.0,0.0,.1}; 
-Point(2) = {1,0.0,0.0,.1}; 
-Line(1) = {1,2}; 
+Point(1) = {0.0,0.0,0.0,.1};
+Point(2) = {1,0.0,0.0,.1};
+Line(1) = {1,2};
 Physical Point(2) = {2};
-Physical Point(3) = {2,1};
-Physical Point(4) = {2,1};
-Physical Point(5) = {2,1};
-Physical Point(6) = {2,1};
-Physical Point(7) = {2};
-Physical Point(8) = {1};
-Physical Point(9) = {2};
-Physical Point(10) = {1};
 Physical Line(11) = {1};
-Physical Line(12) = {1};
-Physical Line(13) = {1};
-Physical Line(14) = {1};
-Physical Line(15) = {1};
-Physical Line(16) = {1};
-Physical Line(17) = {1};
-Physical Point(18) = {2};
-- 
GitLab