source: XMLIO_SERVER/trunk/src/XMLIO/vector_domain_def.inc @ 17

Last change on this file since 17 was 17, checked in by ymipsl, 15 years ago

Correction de bugs pour portage sur Mercure

File size: 326 bytes
Line 
1
2  TYPE Pt_domain__
3    TYPE (domain),POINTER :: Pt
4    LOGICAL               :: owned
5  END TYPE Pt_domain__
6
7  TYPE vector_domain
8 
9    TYPE (Pt_domain__), POINTER, DIMENSION(:) :: at => NULL()
10    INTEGER :: size
11   
12    INTEGER :: size_max
13    REAL    :: grow_factor
14    INTEGER :: chunk
15 
16  END TYPE vector_domain
17 
Note: See TracBrowser for help on using the repository browser.