Skip to content

Commit

Permalink
Update IHSetDean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CB-Lim authored Apr 24, 2024
1 parent 9e5d10a commit 3603bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IHSetDean/IHSetDean.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, path_prof, path_wav, Switch_Plot_prof, Switch_Calibrate, Swit

H12,T12 = Hs12Calc(Hs,Tp)
self.DoC = depthOfClosure(H12,T12)
self.DoC = self.DoC[0]
# self.DoC = self.DoC[0]

def calibrate(self):

Expand Down

0 comments on commit 3603bf5

Please sign in to comment.