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

    r2475 r2597  
    1414       use com_io_dyn_mod, only : histid,histvid,histuid,               &
    1515     &                        dynhist_file,dynhistv_file,dynhistu_file
     16       USE comconst_mod, ONLY: pi
    1617       implicit none
    1718
     
    4041C
    4142C   Declarations
    42 #include "dimensions.h"
    43 #include "paramet.h"
    44 #include "comconst.h"
    45 #include "comvert.h"
    46 #include "comgeom.h"
    47 #include "temps.h"
    48 #include "ener.h"
    49 #include "logic.h"
    50 #include "description.h"
    51 #include "serre.h"
    52 #include "iniprint.h"
     43      include "dimensions.h"
     44      include "paramet.h"
     45      include "comvert.h"
     46      include "comgeom.h"
     47      include "temps.h"
     48      include "ener.h"
     49      include "logic.h"
     50      include "description.h"
     51      include "serre.h"
     52      include "iniprint.h"
    5353
    5454C   Arguments
Note: See TracChangeset for help on using the changeset viewer.