Ignore:
Timestamp:
05/21/12 17:57:22 (12 years ago)
Author:
ymipsl
Message:
  • Supress lot of shared_ptr
  • instrument code for vampir-trace and timer diagnostic

YM

File:
1 edited

Legend:

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

    r346 r347  
    8282   void CVariableGroup::parse(xml::CXMLNode & node, bool withAttr) 
    8383   { 
    84       boost::shared_ptr<CVariableGroup> group_ptr = (this->hasId()) 
     84      CVariableGroup* group_ptr = (this->hasId()) 
    8585         ? CVariableGroup::get(this->getId()) : CVariableGroup::get(this); 
    8686 
Note: See TracChangeset for help on using the changeset viewer.