Skip to content

Commit

Permalink
Merge pull request #30 from IvanMary69/main
Browse files Browse the repository at this point in the history
FastS: memory bug fix dpssiter pour gcc
  • Loading branch information
IvanMary69 authored Oct 31, 2024
2 parents 8e3fadd + 842de3c commit 7192b1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Fast/FastS/FastS/DISPLAY/dpssiter.for
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ c-----Boucle sur les domaines :

i_loc = 1
do ii = 1, nssiter - 1
it_reelle(ii)=-1
c

itest = iskip_lu(ii, 2) + 3
cc

if(itest.le. last_it - 1 ) then
cc

it_reelle(i_loc) = ii
i_loc = i_loc + 1
endif
Expand Down

0 comments on commit 7192b1d

Please sign in to comment.