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/filtrez/eigen.F

    r2197 r4593  
    44      SUBROUTINE eigen( e,d)
    55      IMPLICIT NONE
    6 #include "dimensions.h"
     6      INCLUDE "dimensions.h"
    77      real :: e( iim,iim ), d( iim )
    88      real :: asm( iim )
Note: See TracChangeset for help on using the changeset viewer.