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/dyn3dmem/divergf_loc.F

    r1907 r4593  
    2121c
    2222c   ---------------------------------------------------------------------
    23 #include "dimensions.h"
    24 #include "paramet.h"
    25 #include "comgeom.h"
     23      INCLUDE "dimensions.h"
     24      INCLUDE "paramet.h"
     25      INCLUDE "comgeom.h"
    2626c
    2727c    ..........          variables en arguments    ...................
Note: See TracChangeset for help on using the changeset viewer.