Ignore:
Timestamp:
02/16/09 14:24:05 (15 years ago)
Author:
ymipsl
Message:

Correction de bugs pour portage sur Mercure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_SERVER/trunk/src/XMLIO/mod_grid.f90

    r8 r17  
    159159    INTEGER :: i 
    160160     
    161       ALLOCATE(pt_grid%ranks(0:pt_grid%subdomain%size-1)) 
     161      ALLOCATE(pt_grid%ranks(1:pt_grid%subdomain%size)) 
    162162 
    163163      DO i=1,pt_grid%subdomain%size 
Note: See TracChangeset for help on using the changeset viewer.