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

    r346 r347  
    5252               do 
    5353               { 
    54                   boost::shared_ptr<CContextGroup> group_context = CContext::getRoot() ; 
     54                  CContextGroup* group_context = CContext::getRoot() ; 
    5555  
    5656                  attributes = node.getAttributes(); 
     
    7373                  } 
    7474 
    75                   boost::shared_ptr<CContext> context = CContext::create(attributes["id"]); 
     75                  CContext* context = CContext::create(attributes["id"]); 
    7676//                  if (!hasctxt)  group_context->addChild(context); 
    7777                  context->parse(node); 
Note: See TracChangeset for help on using the changeset viewer.