Changeset 2352 for LMDZ5/trunk


Ignore:
Timestamp:
Aug 26, 2015, 8:08:40 AM (10 years ago)
Author:
Ehouarn Millour
Message:

Fix a circular dependency introduced in previous commit: occurs when routines in phy_common use module print_control. Make them 'include "iniprint.h"' instead (not an ideal solution but will have to do for now), and therfore move iniprint.h to "misc" directory.
EM

Location:
LMDZ5/trunk/libf
Files:
1 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ5/trunk/libf/phy_common/ioipsl_getin_p_mod.F90

    r2326 r2352  
    1212USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    1313USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
    14 use mod_phys_lmdz_para, only : bcast
     14USE mod_phys_lmdz_transfert_para, ONLY : bcast
    1515!-
    1616IMPLICIT NONE
  • TabularUnified LMDZ5/trunk/libf/phy_common/mod_phys_lmdz_mpi_data.F90

    r2351 r2352  
    187187
    188188  SUBROUTINE print_module_data
    189   USE print_control_mod, ONLY: lunout
     189!  USE print_control_mod, ONLY: lunout
    190190  IMPLICIT NONE
    191 !  INCLUDE "iniprint.h"
     191  INCLUDE "iniprint.h"
    192192 
    193193    WRITE(lunout,*) 'ii_begin =', ii_begin
Note: See TracChangeset for help on using the changeset viewer.