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

    r335 r369  
    4040      this->IdDefined = true ; 
    4141   } 
    42  
     42/* 
    4343   bool CObject::operator==(const CObject & other) const 
    4444   { 
     
    5252      return (!(*this == other)); 
    5353   } 
    54  
     54*/ 
    5555   StdOStream & operator << (StdOStream & os, const CObject & object) 
    5656   {  
Note: See TracChangeset for help on using the changeset viewer.