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

    r1907 r4593  
    1717c-----------------------------------------------------------------------
    1818
    19 #include "dimensions.h"
    20 #include "paramet.h"
     19      INCLUDE "dimensions.h"
     20      INCLUDE "paramet.h"
    2121
    2222      REAL vorpot( ijb_v:ije_v,llm ) ,pbaru( ijb_u:ije_u,llm ) ,
Note: See TracChangeset for help on using the changeset viewer.