Ignore:
Timestamp:
Jun 29, 2023, 3:55:54 PM (15 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/divergf.F

    r1945 r4593  
    2222c
    2323c   ---------------------------------------------------------------------
    24 #include "dimensions.h"
    25 #include "paramet.h"
    26 #include "comgeom.h"
     24      INCLUDE "dimensions.h"
     25      INCLUDE "paramet.h"
     26      INCLUDE "comgeom.h"
    2727c
    2828c    ..........          variables en arguments    ...................
Note: See TracChangeset for help on using the changeset viewer.