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_template_impl.hpp

    r352 r369  
    9090    
    9191   //--------------------------------------------------------------- 
    92     
     92 
     93/*    
    9394   template <class T> 
    9495      void CObjectTemplate<T>::toBinary(StdOStream & os) const 
     
    102103      SuperClassMap::fromBinary(is);  
    103104   } 
    104     
     105*/ 
     106 
    105107   //--------------------------------------------------------------- 
    106108 
     
    321323     oss<<"#include \"icutil.hpp\""<<iendl ; 
    322324     oss<<"#include \"timer.hpp\""<<iendl ; 
     325     oss<<"#include \"node_type.hpp\""<<iendl ; 
    323326     oss<<iendl ; 
    324327     oss<<"extern \"C\""<<iendl ; 
Note: See TracChangeset for help on using the changeset viewer.