Changeset 5082 for LMDZ6/branches/Amaury_dev/libf/misc/ismax.F
- Timestamp:
- Jul 19, 2024, 5:41:58 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/misc/ismax.F
r1907 r5082 14 14 do 10 i=1,n-1 15 15 ix=ix+incx 16 if(sx(ix) .gt.sxmax) then16 if(sx(ix)>sxmax) then 17 17 sxmax=sx(ix) 18 18 ismax=i+1
Note: See TracChangeset
for help on using the changeset viewer.