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

    r110 r120  
    11#ifndef __AXIS_ATTRIBUT__ 
    22#define __AXIS_ATTRIBUT__ 
     3 
     4using namespace blitz ; 
    35 
    46namespace XMLIOSERVER 
     
    1113         DECLARE_ATTR(description, string) ; 
    1214         DECLARE_ATTR(unit, string) ; 
    13          DECLARE_ATTR(size_axis, int) ; 
     15         DECLARE_ATTR(size, int) ; 
     16         DECLARE_ATTR(value, Array(double,1)) ; 
    1417 
    1518         AxisAttribut(void) : AttributRegistrar() 
     
    2326            RegisterAttribut(&description) ; 
    2427            RegisterAttribut(&unit) ; 
    25             RegisterAttribut(&size_axis) ; 
     28            RegisterAttribut(&size) ; 
     29            RegisterAttribut(&value) ; 
    2630         } 
    2731 
Note: See TracChangeset for help on using the changeset viewer.