Removed strange code.

This commit is contained in:
The Wobbler 2023-12-29 19:07:26 +01:00
parent a11fe04cb1
commit 65265c6b02

View file

@ -17,10 +17,6 @@ def berechneflugbahn(cow, xmin, xmax, ymin, ymax, startwinkel, startgeschwindigk
jupiter = 24 jupiter = 24
gravitation = erde gravitation = erde
startwinkel = startwinkel * deg2rad startwinkel = startwinkel * deg2rad
if cow.isascii():
cowlength = 1
else:
cowlength = 1
# Calculate time of flight, actually not used # Calculate time of flight, actually not used
flugdauer = startgeschwindigkeit * sin(startwinkel) / gravitation flugdauer = startgeschwindigkeit * sin(startwinkel) / gravitation