Ignore:
Timestamp:
2011-06-17T14:02:17+02:00 (13 years ago)
Author:
didier.solyga
Message:

Externalized version merged with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/watchout.f90

    r64 r257  
    33  USE defprec 
    44  USE parallel 
     5  USE constantes 
    56  USE netcdf 
    67 
     
    1011 
    1112  LOGICAL,SAVE,PUBLIC             :: ok_watchout = .FALSE. 
    12   REAL, SAVE,PUBLIC               :: dt_watch = 0. 
     13  REAL, SAVE,PUBLIC               :: dt_watch = zero 
    1314  INTEGER, SAVE,PUBLIC            :: last_action_watch = 0, & 
    1415       & last_check_watch = 0 
Note: See TracChangeset for help on using the changeset viewer.