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

    r2286 r2597  
    1717      IMPLICIT NONE
    1818c
    19 #include "dimensions.h"
    20 #include "paramet.h"
    21 #include "logic.h"
    22 #include "comvert.h"
    23 #include "comconst.h"
     19      include "dimensions.h"
     20      include "paramet.h"
     21      include "logic.h"
     22      include "comvert.h"
    2423c
    2524c
     
    417416      USE parallel_lmdz
    418417      USE infotrac, ONLY : nqtot,nqfils,nqdesc,iqfils ! CRisi
     418      USE comconst_mod, ONLY: pi
    419419      IMPLICIT NONE
    420420c
    421 #include "dimensions.h"
    422 #include "paramet.h"
    423 #include "logic.h"
    424 #include "comvert.h"
    425 #include "comconst.h"
    426 #include "comgeom.h"
     421      include "dimensions.h"
     422      include "paramet.h"
     423      include "logic.h"
     424      include "comvert.h"
     425      include "comgeom.h"
    427426c
    428427c
     
    875874      IMPLICIT NONE
    876875c
    877 #include "dimensions.h"
    878 #include "paramet.h"
    879 #include "logic.h"
    880 #include "comvert.h"
    881 #include "comconst.h"
     876      include "dimensions.h"
     877      include "paramet.h"
     878      include "logic.h"
     879      include "comvert.h"
    882880c
    883881c
Note: See TracChangeset for help on using the changeset viewer.