Skip to content

Commit 38ed84b

Browse files
author
Sylfest
committed
update
1 parent 5400459 commit 38ed84b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

calculate_AF/bibl.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ def run(hpt,ampf_depth,periodes,nr,prof,folder,count,problem,nosim,eps,unitpulse
225225
cc=0
226226
##########################################################AKY
227227
#cut at first negative value (starting from deeper part)
228-
#while cc<no-1 and depth[cc]>0:
229-
# cc+=1
228+
while cc<no-1 and depth[cc]>0:
229+
cc+=1
230230

231-
#depth=depth[0:cc]
232-
#xdepth=xdepth[0:cc]
231+
depth=depth[0:cc]
232+
xdepth=xdepth[0:cc]
233233

234234
##########################################################AKY
235235

0 commit comments

Comments
 (0)