Ignore:
Timestamp:
12/17/15 17:53:06 (9 years ago)
Author:
dumas
Message:

merge branche iLoveclim avec trunk r29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/util_recovery.f90

    r10 r31  
    4747    read(num_file,*)       !saut de la ligne "-------" 
    4848    read(num_file,*) i 
    49     allocate(tab_time(i)) 
     49    if (.not. allocated(tab_time)) then ! aurel dec15 
     50       allocate(tab_time(i)) 
     51    end if 
    5052    do j=1,i  
    5153       read(num_file,*)   tab_time(j) 
Note: See TracChangeset for help on using the changeset viewer.