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 657041d6b1
commit b27e512828

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):