From ee4b2213c4fdb818259e20474b612681b6370821 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 12 Nov 2001 14:00:26 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/2d/machine/Rotor.geo | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/benchmarks/2d/machine/Rotor.geo b/benchmarks/2d/machine/Rotor.geo
index 96bdd45054..3be2cf185d 100644
--- a/benchmarks/2d/machine/Rotor.geo
+++ b/benchmarks/2d/machine/Rotor.geo
@@ -47,14 +47,9 @@ Printf("RotorIron : physical surface %g", RotorIron);
 mmm = newreg; Plane Surface(mmm) = {InnerRotor,OuterShaft_};
 Physical Surface(RotorIron) = {mmm};
 
-Rotate{ {0,0,1},{0,0,0}, 5*Pi/180 }{
+Rotate{ {0,0,1},{0,0,0}, 0*Pi/180 }{
   Surface{ mmm };
   Surface{ geuz1[{0:NbrSect_-1}] };
   Surface{ geuz[{0:NbrSect_-1}] };
 }
 
-
-
-
-
-
-- 
GitLab