Skip to content

Commit

Permalink
Fixes Shared DO termination label warnings in flxcomp.m
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Oct 18, 2023
1 parent bc8bf0d commit 5db73ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions flx/flxcomp.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
call refine

c *** clear the working arrays
do 20 kk=1,jdim
do kk=1,jdim
ilast(kk)=0
npoint(kk)=0
do 20 ll=1,npts
xcurve(ll,kk)=0.0
ycurve(ll,kk)=0.0
20 continue
do ll=1,npts
xcurve(ll,kk)=0.0
ycurve(ll,kk)=0.0
end do
end do

c initialize the contour indexing variables
ncmin=0
Expand Down

0 comments on commit 5db73ee

Please sign in to comment.