Removed strange code.
This commit is contained in:
parent
a11fe04cb1
commit
65265c6b02
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ def berechneflugbahn(cow, xmin, xmax, ymin, ymax, startwinkel, startgeschwindigk
|
|||
jupiter = 24
|
||||
gravitation = erde
|
||||
startwinkel = startwinkel * deg2rad
|
||||
if cow.isascii():
|
||||
cowlength = 1
|
||||
else:
|
||||
cowlength = 1
|
||||
|
||||
# Calculate time of flight, actually not used
|
||||
flugdauer = startgeschwindigkeit * sin(startwinkel) / gravitation
|
||||
|
|
Loading…
Reference in a new issue