Ignore:
Timestamp:
Jan 17, 2014, 7:03:16 PM (10 years ago)
Author:
lguez
Message:

Declaration of variables appearing in array bounds must be specified
before the declaration of the array.

Variables used in FCTTRE.h are declared in YOMCST.h and YOETHF.h so
YOMCST.h and YOETHF.h must be included before FCTTRE.h.

(There were compilation errors with gfortran and debugging options.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/coef_diff_turb_mod.F90

    r1907 r1932  
    210210!======================================================================
    211211    INCLUDE "YOETHF.h"
     212    INCLUDE "YOMCST.h"
    212213    INCLUDE "FCTTRE.h"
    213214    INCLUDE "iniprint.h"
    214215    INCLUDE "compbl.h"
    215     INCLUDE "YOMCST.h"
    216216!
    217217! Arguments:
Note: See TracChangeset for help on using the changeset viewer.