Ignore:
Timestamp:
Sep 18, 2012, 5:04:08 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC: correction d un possible depassement de tableau dans ave_stelspec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90

    r773 r785  
    152152         band=1
    153153         Do while(lam(1).lt. real(10000.0/BWNV(band+1)))
    154             if (band.gt.L_NSPECTV) exit
     154            if (band+1.ge.L_NSPECTV+1) exit
    155155            band=band+1
    156156         enddo
Note: See TracChangeset for help on using the changeset viewer.