From 0a7d6f2ec89618ce5a69e60a1fb7afabca228b43 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 4 Dec 2006 17:14:51 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/1d/1d_discrete.geo       | 23 -----------------------
 benchmarks/1d/1d_with_points.msh    | 13 -------------
 benchmarks/1d/1d_without_points.msh | 11 -----------
 3 files changed, 47 deletions(-)
 delete mode 100644 benchmarks/1d/1d_discrete.geo
 delete mode 100644 benchmarks/1d/1d_with_points.msh
 delete mode 100644 benchmarks/1d/1d_without_points.msh

diff --git a/benchmarks/1d/1d_discrete.geo b/benchmarks/1d/1d_discrete.geo
deleted file mode 100644
index 8bd3105862..0000000000
--- a/benchmarks/1d/1d_discrete.geo
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Merge "1d_with_points.msh";
-//Merge "1d_without_points.msh";
-
-Delete Physicals;
-Status 0; // to force remeshing of non-discrete curves
-
-cl=0.0999;
-
-// uncomment point 1 and 4 if you merge "1d_without_points.msh"
-//Point(1) = {0, 0, 0, cl};
-//Point(4) = {1, 0, 0, cl};
-
-p = newp;
-Point(p) = {0, 1, 0, cl};
-Point(p+1) = {1, 1, 0, cl};
-
-Line(1)={1, p};
-Line(2)={p, p+1};
-Line(3)={p+1,4};
-
-Line Loop(1) = {1,2,3,-4};
-Plane Surface(1) = {1};
diff --git a/benchmarks/1d/1d_with_points.msh b/benchmarks/1d/1d_with_points.msh
deleted file mode 100644
index 3cd9d55183..0000000000
--- a/benchmarks/1d/1d_with_points.msh
+++ /dev/null
@@ -1,13 +0,0 @@
-$NOD
-3
-1 0 0 0
-4 1 0 0
-5 0.5 0 0
-$ENDNOD
-$ELM
-4
-1 15 1 1 1 1
-4 15 4 4 1 4
-10 1 4 4 2 1 5
-11 1 4 4 2 5 4
-$ENDELM
diff --git a/benchmarks/1d/1d_without_points.msh b/benchmarks/1d/1d_without_points.msh
deleted file mode 100644
index d2e1ab67d0..0000000000
--- a/benchmarks/1d/1d_without_points.msh
+++ /dev/null
@@ -1,11 +0,0 @@
-$NOD
-3
-1 0 0 0
-4 1 0 0
-5 0.5 0 0
-$ENDNOD
-$ELM
-2
-10 1 4 4 2 1 5
-11 1 4 4 2 5 4
-$ENDELM
-- 
GitLab