Ignore:
Timestamp:
11/17/10 14:40:14 (14 years ago)
Author:
hozdoba
Message:

mise à jour

File:
1 edited

Legend:

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

    r126 r137  
    1616         DECLARE_ATTR(unit          , string) ; 
    1717         DECLARE_ATTR(size          , int) ; 
    18          DECLARE_ATTR(value         , Array(double, 1)) ; 
     18         DECLARE_ATTR(zvalue        , Array(double, 1)) ; 
    1919 
    2020         AxisAttribut(void) : AttributRegistrar() 
     
    3030            RegisterAttribut(&unit) ; 
    3131            RegisterAttribut(&size) ; 
    32             RegisterAttribut(&value) ; 
     32            RegisterAttribut(&zvalue) ; 
    3333         } 
    3434 
Note: See TracChangeset for help on using the changeset viewer.