Ignore:
Timestamp:
Feb 9, 2015, 9:59:05 AM (10 years ago)
Author:
Ehouarn Millour
Message:

Follow-up of r2197; some compilers (e.g. ifort) impose that parameter types be declared before or at the same time as the associated values.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/bibio/xersve.F

    r2197 r2199  
    5959C   920501  Reformatted the REFERENCES section.  (WRB)
    6060C***END PROLOGUE  XERSVE
    61       PARAMETER (LENTAB=10)
     61      INTEGER,PARAMETER :: LENTAB=10
    6262      INTEGER LUN(5)
    6363      CHARACTER*(*) LIBRAR, SUBROU, MESSG
     
    6868      DATA KOUNTX/0/, NMSG/0/
    6969      INTEGER NERR,LEVEL,KONTRL
    70       INTEGER LENTAB, NERTAB, LEVTAB, KOUNT, KOUNTX, NMSG
     70      INTEGER NERTAB, LEVTAB, KOUNT, KOUNTX, NMSG
    7171      INTEGER KFLAG, ICOUNT, NUNIT, KUNIT, IUNIT, I1MACH, I
    7272C***FIRST EXECUTABLE STATEMENT  XERSVE
Note: See TracChangeset for help on using the changeset viewer.