Ignore:
Timestamp:
07/06/11 13:55:03 (13 years ago)
Author:
hozdoba
Message:

Ajout d'une partie d'Interface fortran pour la version 4
Ajout des sorties netcdf4 pour la version 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src4/xmlio/fortran/domaingroup_interface.f90

    r242 r249  
    199199         INTEGER (kind = C_INT)                    :: latvalue_extent1 
    200200      END SUBROUTINE xios_set_domaingroup_latvalue 
     201       
     202      SUBROUTINE xios_domaingroup_handle_create(ret, idt, idt_size) BIND(C) 
     203         import C_CHAR, C_INTPTR_T, C_INT 
     204         INTEGER  (kind = C_INTPTR_T)               :: ret 
     205         CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: idt 
     206         INTEGER  (kind = C_INT)     , VALUE        :: idt_size 
     207      END SUBROUTINE xios_domaingroup_handle_create 
    201208        
    202209   END INTERFACE 
Note: See TracChangeset for help on using the changeset viewer.