Ignore:
Timestamp:
09/08/10 15:02:31 (14 years ago)
Author:
hozdoba
Message:

Mise à jour intermédiaire ...
A venir : commit d'une version stable intégrant l'écriture de fichiers NetCDF4.
(en cours de finalisation actuellement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/grid_attribut.hpp

    r110 r120  
    1010         DECLARE_ATTR(name, string) ; 
    1111         DECLARE_ATTR(description, string) ; 
     12         DECLARE_ATTR(domain_ref, string) ; 
     13         DECLARE_ATTR(axis_ref, string) ;  
    1214 
    1315         GridAttribut(void) : AttributRegistrar() 
     
    2022            RegisterAttribut(&name) ; 
    2123            RegisterAttribut(&description) ; 
     24            RegisterAttribut(&domain_ref) ; 
     25            RegisterAttribut(&axis_ref) ; 
    2226         } 
    2327 
Note: See TracChangeset for help on using the changeset viewer.