From b3cbcfdb7d74141c6f9b59182a37a75289ceb784 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 19 Feb 2017 11:10:19 +0000 Subject: [PATCH] fix --- benchmarks/3d/brain.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/3d/brain.geo b/benchmarks/3d/brain.geo index 609051ad65..49da495588 100644 --- a/benchmarks/3d/brain.geo +++ b/benchmarks/3d/brain.geo @@ -18,7 +18,7 @@ Point(newp) = {.9,0,.38,.1}; /* Point 14 */ Spline(1) = {6,7,8,9,10,2}; Circle(2) = {6,1,4}; -Circle(3) = {2,1,1,4}; +Ellipse(3) = {2,1,1,4}; Line Loop(4) = {3,-2,1}; Surface(5) = {4}; -- GitLab