summaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorschodet2006-01-23 20:13:08 +0000
committerschodet2006-01-23 20:13:08 +0000
commita65d0f022b80af9ce75c5c3f5f21c98da1a87cf6 (patch)
treecc76fdca773afaf8c8913536bcd0927fe6fab8c2 /m
parenta8cd31b9681938b1cea0d02e884962fd8f114208 (diff)
Limitations aux moteurs que l'on a.
Diffstat (limited to 'm')
-rw-r--r--m/motors/motors.pl15
1 files changed, 6 insertions, 9 deletions
diff --git a/m/motors/motors.pl b/m/motors/motors.pl
index c388ea3..1f173ac 100644
--- a/m/motors/motors.pl
+++ b/m/motors/motors.pl
@@ -119,13 +119,10 @@ sub compute
}
compute_begin;
-for (keys %motors)
-{
- compute ({ m => 10, d => 80 }, $_, 10);
- compute ({ m => 10, d => 80 }, $_, 20.25);
- compute ({ m => 10, d => 60 }, $_, 10);
- compute ({ m => 10, d => 60 }, $_, 20.25);
- compute ({ m => 10, d => 40 }, $_, 10);
- compute ({ m => 10, d => 40 }, $_, 20.25);
-}
+compute ({ m => 10, d => 80 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 80 }, 'RE025G', 20.25);
+compute ({ m => 10, d => 60 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 60 }, 'RE025G', 20.25);
+compute ({ m => 10, d => 40 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 40 }, 'RE025G', 20.25);
compute_end;