Ignore:
Timestamp:
Jun 29, 2023, 3:55:54 PM (12 months ago)
Author:
yann meurdesoif
Message:

Replace #include (c preprocessor) by INCLUDE (fortran keyword)

in phylmd (except rrtm and ecrad) filtrez, dy3dmem and dyn3dcommon

Other directories will follow
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d_common/convflu.F

    r1945 r4593  
    2020      IMPLICIT NONE
    2121c
    22 #include "dimensions.h"
    23 #include "paramet.h"
     22      INCLUDE "dimensions.h"
     23      INCLUDE "paramet.h"
    2424      REAL       xflu,yflu,convfl,convpn,convps
    2525      INTEGER    l,ij,nbniv
     
    3030c
    3131c
    32 #include "comgeom.h"
     32      INCLUDE "comgeom.h"
    3333c
    3434      DO 5 l = 1,nbniv
Note: See TracChangeset for help on using the changeset viewer.