From 4d3dd23aec8542463b21c5ba6b9d9c8c2d74f8a2 Mon Sep 17 00:00:00 2001 From: Emilie Marchandise <emilie.marchandise@uclouvain.be> Date: Tue, 27 Sep 2011 09:27:34 +0000 Subject: [PATCH] --- benchmarks/levelset/cube.geo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/levelset/cube.geo b/benchmarks/levelset/cube.geo index 81fb2c7e71..dfec78fdf7 100644 --- a/benchmarks/levelset/cube.geo +++ b/benchmarks/levelset/cube.geo @@ -25,7 +25,7 @@ Levelset Intersection (10) = {1,2,3}; Levelset Intersection (11) = {5,6}; Levelset Cut (12) = {3,7}; -Levelset Point(13)={{0.5,0,0},{0.5,0.5,0.},{0.5,1,0},{0.5,0,0.5},{0.5,0,0.8},{0.5,0.5,0.5},{0.5,0.5,1},{0.5,1,0.5},{1.5,1,1}}; +Levelset Points(13)={{0.5,0,0},{0.5,0.5,0.},{0.5,1,0},{0.5,0,0.5},{0.5,0,0.8},{0.5,0.5,0.5},{0.5,0.5,1},{0.5,1,0.5},{1.5,1,1}}; -Levelset CutMeshTri {12}; +Levelset CutMeshTri {13}; -- GitLab