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/phylmd/Dust/phytracr_spl_mod.F90

    r4160 r4593  
    823823!!   et c'est encore different avec le parser de DC ?
    824824!======================================================================
    825 #include "dimensions.h"
    826 #include "chem.h"
    827 #include "chem_spla.h"
    828 #include "YOMCST.h"
    829 #include "YOETHF.h"
    830 #include "paramet.h"
    831 #include "alpale.h"
     825      INCLUDE "dimensions.h"
     826      INCLUDE "chem.h"
     827      INCLUDE "chem_spla.h"
     828      INCLUDE "YOMCST.h"
     829      INCLUDE "YOETHF.h"
     830      INCLUDE "paramet.h"
     831      INCLUDE "alpale.h"
    832832
    833833!======================================================================
Note: See TracChangeset for help on using the changeset viewer.