Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp committed Jun 29, 2020
1 parent 32d3035 commit 2e610d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtracks_tools.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ c Grille coeur - copier-coller
enddo

c Extension Ouest
do j=ext_j+1,njext_j-ext_j
do j=ext_j+1,njext-ext_j
do i=ext_i,1,-1
grad=bufext(ext_i+2,j)-bufext(ext_i+1,j)
gradm=(pp_i*i+bp_i)*grad
Expand Down Expand Up @@ -2959,7 +2959,7 @@ c Extension Sud-Est
c a) extension sud
icnt = niext-ext_i+1
do i=niext-ext_i+1,niext
do j=ext_j-(icnt-(niext-ext_i+1)),ext
do j=ext_j-(icnt-(niext-ext_i+1)),ext_j
jext=ext_j+2+(ext_j-j)
bufext(i,j)=bufext(i,jext)
enddo
Expand Down

0 comments on commit 2e610d8

Please sign in to comment.