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

    r4469 r4593  
    12071207c      SUBROUTINE minmaxq(zq,qmin,qmax,comment)
    12081208c
    1209 c#include "dimensions.h"
    1210 c#include "paramet.h"
     1209c      INCLUDE "dimensions.h"
     1210c      INCLUDE "paramet.h"
    12111211
    12121212c      CHARACTER*(*) comment
Note: See TracChangeset for help on using the changeset viewer.