diff --git a/benchmarks/2d/machine/Rotor.geo b/benchmarks/2d/machine/Rotor.geo index 96bdd450544a5666b6cf033b23cc3b65e2c5a404..3be2cf185d540ec2a03fc448a0e30f2beaa798c2 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}] }; } - - - - -