Ignore:
Timestamp:
Sep 29, 2016, 11:26:46 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2593:2640 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3d/integrd.F

    r2160 r2641  
    88
    99      use control_mod, only : planet_type
     10      use comconst_mod, only: pi
     11      USE logic_mod, ONLY: leapf
     12      use comvert_mod, only: ap, bp
     13      USE temps_mod, ONLY: dt
    1014
    1115      IMPLICIT NONE
     
    2731c   -------------
    2832
    29 #include "dimensions.h"
    30 #include "paramet.h"
    31 #include "comconst.h"
    32 #include "comgeom.h"
    33 #include "comvert.h"
    34 #include "logic.h"
    35 #include "temps.h"
    36 #include "serre.h"
    37 #include "iniprint.h"
     33      include "dimensions.h"
     34      include "paramet.h"
     35      include "comgeom.h"
     36      include "iniprint.h"
    3837
    3938c   Arguments:
Note: See TracChangeset for help on using the changeset viewer.