From c0479009481440b8885ea7552ed7d2251872689f Mon Sep 17 00:00:00 2001
From: Frederic Duboeuf <fduboeuf@ulg.ac.be>
Date: Wed, 23 Mar 2016 19:38:59 +0000
Subject: [PATCH] test MSubPoint

---
 benchmarks/io_msh/MSubPoint.geo       |  4 ++++
 benchmarks/io_msh/MSubPoint_input.msh | 19 +++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 benchmarks/io_msh/MSubPoint.geo
 create mode 100644 benchmarks/io_msh/MSubPoint_input.msh

diff --git a/benchmarks/io_msh/MSubPoint.geo b/benchmarks/io_msh/MSubPoint.geo
new file mode 100644
index 0000000000..338bfabb50
--- /dev/null
+++ b/benchmarks/io_msh/MSubPoint.geo
@@ -0,0 +1,4 @@
+Merge "MSubPoint_input.msh";
+Mesh.MshFileVersion = 3;
+Save "MSubPoint_ouput.msh";
+Exit;
\ No newline at end of file
diff --git a/benchmarks/io_msh/MSubPoint_input.msh b/benchmarks/io_msh/MSubPoint_input.msh
new file mode 100644
index 0000000000..31d41b6c3b
--- /dev/null
+++ b/benchmarks/io_msh/MSubPoint_input.msh
@@ -0,0 +1,19 @@
+$MeshFormat
+3 0 8
+$EndMeshFormat
+$Entities
+1 1 0 0
+1 1 1
+0 0 1 0
+$EndEntities
+$Nodes
+3
+1 0.5 0 0 0
+2 0 0 0 0
+3 1 0 0 0
+$EndNodes
+$Elements
+2
+1 1 0 2 3 2
+2 133 1 2 1 1
+$EndElements
-- 
GitLab