Changeset 5086 for LMDZ6/branches/Amaury_dev/libf/misc/ismax.F
- Timestamp:
- Jul 19, 2024, 7:54:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/misc/ismax.F
r5082 r5086 12 12 ismax=1 13 13 sxmax=sx(1) 14 do 10i=1,n-114 do i=1,n-1 15 15 ix=ix+incx 16 16 if(sx(ix)>sxmax) then … … 18 18 ismax=i+1 19 19 endif 20 10 continue 20 END DO 21 21 c 22 22 return
Note: See TracChangeset
for help on using the changeset viewer.