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/variable.cpp

    r352 r369  
    6060      return (oss.str()); 
    6161   } 
    62  
     62/* 
    6363   void CVariable::toBinary(StdOStream & os) const 
    6464   { 
     
    7979      is.read (const_cast<char *>(this->content.data()), size * sizeof(char)); 
    8080   } 
    81  
     81*/ 
    8282   void CVariableGroup::parse(xml::CXMLNode & node, bool withAttr) 
    8383   { 
Note: See TracChangeset for help on using the changeset viewer.