Ignore:
Timestamp:
Aug 26, 2015, 8:08:40 AM (9 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.