From 1f958cc449dd4cec40665acb54af19b944824340 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 2 Jul 2004 16:01:18 +0000 Subject: [PATCH] pretty print --- tutorial/t5.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/t5.geo b/tutorial/t5.geo index e84827ee51..28e4c5111c 100644 --- a/tutorial/t5.geo +++ b/tutorial/t5.geo @@ -116,7 +116,7 @@ Function CheeseHole theloops[t] = newreg ; - Surface Loop(theloops[t]) = {l8+1, l5+1, l1+1, l2+1, l3+1, l7+1, l6+1, l4+1}; + Surface Loop(theloops[t]) = {l8+1,l5+1,l1+1,l2+1,l3+1,l7+1,l6+1,l4+1}; thehole = newreg ; Volume(thehole) = theloops[t] ; -- GitLab