Ignore:
Timestamp:
10/16/12 13:04:44 (12 years ago)
Author:
ymipsl
Message:

Major Update

  • redesign Type and attribute manipulation
  • add enumerate type and attribute
  • use blitz class array instead of boost class array

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.cpp

    r352 r369  
    7373      this->zoom_size.setValue(zoom_size) ; 
    7474       
    75       StdSize true_size = value.getValue()->num_elements(); 
     75      StdSize true_size = value.numElements(); 
    7676      if (size != true_size) 
    7777         ERROR("CAxis::checkAttributes(void)", 
Note: See TracChangeset for help on using the changeset viewer.