Cleared out some debug messages
This commit is contained in:
parent
65df5010f8
commit
2814565850
|
@ -133,10 +133,7 @@ def solve_point(W, COG, TW, ship, tanks, roll, var_trim=True):
|
||||||
|
|
||||||
App.Console.PrintMessage("draft and trim: {}, {}\n".format(draft, trim))
|
App.Console.PrintMessage("draft and trim: {}, {}\n".format(draft, trim))
|
||||||
|
|
||||||
App.Console.PrintMessage(R)
|
# GZ should be provided in the Free surface oriented frame of reference
|
||||||
App.Console.PrintMessage("\n")
|
|
||||||
c = math.cos(math.radians(roll))
|
c = math.cos(math.radians(roll))
|
||||||
s = math.sin(math.radians(roll))
|
s = math.sin(math.radians(roll))
|
||||||
App.Console.PrintMessage(c * R.y - s * R.z)
|
|
||||||
App.Console.PrintMessage("\n")
|
|
||||||
return c * R.y - s * R.z
|
return c * R.y - s * R.z
|
Loading…
Reference in New Issue
Block a user