Corrected the wetted surface units

This commit is contained in:
J.L. Cercos-Pita
2015-05-31 20:00:29 +02:00
committed by Yorik van Havre
parent c1b30e9b8e
commit 5d7265b512

View File

@@ -228,7 +228,7 @@ def wettedArea(shape, draft, trim):
except Part.OCCError:
continue
area = area + common.Area
return area
return area / Units.Metre.Value**2
def moment(ship, draft, trim, disp, xcb):