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/field_attribut.hpp

    r107 r120  
    1919         DECLARE_ATTR(enabled, bool); 
    2020 
     21         DECLARE_ATTR(domain_ref, string); 
    2122         DECLARE_ATTR(axis_ref, string); 
    22          DECLARE_ATTR(grid_ref, string); 
     23         DECLARE_ATTR(grid_ref, string) ; 
    2324         DECLARE_ATTR(zoom_ref, string); 
    2425         DECLARE_ATTR(field_ref, string); 
     
    4142            RegisterAttribut(&enabled); 
    4243 
     44            RegisterAttribut(&domain_ref); 
    4345            RegisterAttribut(&axis_ref); 
    4446            RegisterAttribut(&grid_ref); 
Note: See TracChangeset for help on using the changeset viewer.