This commit is contained in:
Florian Festi 2016-07-22 00:18:32 +02:00
parent 575f41beff
commit 284857d94a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class GearBox(Boxes):
help="number of teeth on outgoing shaft") help="number of teeth on outgoing shaft")
self.argparser.add_argument( self.argparser.add_argument(
"--modulus", action="store", type=float, default=3, "--modulus", action="store", type=float, default=3,
help="modulus of thetth in mm") help="modulus of the theeth in mm")
self.argparser.add_argument( self.argparser.add_argument(
"--shaft", action="store", type=float, default=6., "--shaft", action="store", type=float, default=6.,
help="diameter of the shaft") help="diameter of the shaft")