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

    r2475 r2597  
    1414       use com_io_dyn_mod, only : histaveid,histvaveid,histuaveid,       &
    1515     &        dynhistave_file,dynhistvave_file,dynhistuave_file
     16       USE comconst_mod, ONLY: pi
    1617       implicit none
    1718
     
    4142C
    4243C   Declarations
    43 #include "dimensions.h"
    44 #include "paramet.h"
    45 #include "comconst.h"
    46 #include "comvert.h"
    47 #include "comgeom.h"
    48 #include "temps.h"
    49 #include "ener.h"
    50 #include "logic.h"
    51 #include "description.h"
    52 #include "serre.h"
    53 #include "iniprint.h"
     44      include "dimensions.h"
     45      include "paramet.h"
     46      include "comvert.h"
     47      include "comgeom.h"
     48      include "temps.h"
     49      include "ener.h"
     50      include "logic.h"
     51      include "description.h"
     52      include "serre.h"
     53      include "iniprint.h"
    5454
    5555C   Arguments
Note: See TracChangeset for help on using the changeset viewer.