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/IOSERVER/mod_boxed_domain.f90

    r8 r17  
    1212    INTEGER :: jbegin 
    1313    INTEGER :: jend 
    14     REAL,ALLOCATABLE :: lon(:,:) 
    15     REAL,ALLOCATABLE :: lat(:,:) 
     14    REAL,POINTER :: lon(:,:) 
     15    REAL,POINTER :: lat(:,:) 
    1616  END TYPE local_domain 
    1717   
Note: See TracChangeset for help on using the changeset viewer.