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

    r1945 r4593  
    7575
    7676
    77 #include "dimensions.h"
    78 #include "paramet.h"
    79 #include "comgeom.h"
     77      INCLUDE "dimensions.h"
     78      INCLUDE "paramet.h"
     79      INCLUDE "comgeom.h"
    8080
    8181      REAL ps( ip1jmp1 ), psexbarxy ( ip1jm ), pext( ip1jmp1 )
Note: See TracChangeset for help on using the changeset viewer.