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/rotatst.F

    r1945 r4593  
    1616c
    1717      INTEGER klevel
    18 #include "dimensions.h"
    19 #include "paramet.h"
     18      INCLUDE "dimensions.h"
     19      INCLUDE "paramet.h"
    2020
    2121      REAL rot( ip1jm,klevel )
Note: See TracChangeset for help on using the changeset viewer.