Ignore:
Timestamp:
Jun 24, 2009, 7:09:28 PM (15 years ago)
Author:
jghattas
Message:

Deplace #ifdef CPP_IOIPSL de ini_histrac et write_histrac vers phytrac.
Sur VARGAS ca ne compile pas avec des #ifdef dans des fichiers include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/phytrac.F90

    r1191 r1192  
    220220! Initialize diagnostic output
    221221! ----------------------------
     222#ifdef CPP_IOIPSL
    222223     INCLUDE "ini_histrac.h"
    223        
     224#endif
    224225  END IF
    225226!############################################ END INITIALIZATION #######
     
    405406!   Ecriture des sorties
    406407!=============================================================
     408#ifdef CPP_IOIPSL
    407409  INCLUDE "write_histrac.h"
    408 
     410#endif
    409411
    410412END SUBROUTINE phytrac
Note: See TracChangeset for help on using the changeset viewer.