Ignore:
Timestamp:
Jul 22, 2016, 8:44:47 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: get rid of comconst.h, make it a module comconst_mod.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/vlspltqs_loc.F

    r2286 r2597  
    1212      IMPLICIT NONE
    1313c
    14 #include "dimensions.h"
    15 #include "paramet.h"
    16 #include "logic.h"
    17 #include "comvert.h"
    18 #include "comconst.h"
     14      include "dimensions.h"
     15      include "paramet.h"
     16      include "logic.h"
     17      include "comvert.h"
    1918c
    2019c
     
    420419      USE parallel_lmdz
    421420      USE infotrac, ONLY : nqtot,nqfils,nqdesc,iqfils ! CRisi 
     421      USE comconst_mod, ONLY: pi
    422422      IMPLICIT NONE
    423423c
    424 #include "dimensions.h"
    425 #include "paramet.h"
    426 #include "logic.h"
    427 #include "comvert.h"
    428 #include "comconst.h"
    429 #include "comgeom.h"
     424      include "dimensions.h"
     425      include "paramet.h"
     426      include "logic.h"
     427      include "comvert.h"
     428      include "comgeom.h"
    430429c
    431430c
Note: See TracChangeset for help on using the changeset viewer.