Ignore:
Timestamp:
03/30/12 17:45:29 (12 years ago)
Author:
ymipsl
Message:

removed "tree" namespace

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_server.cpp

    r335 r345  
    1616{ 
    1717 
    18   CContextServer::CContextServer(tree::CContext* parent,MPI_Comm intraComm_,MPI_Comm interComm_) 
     18  CContextServer::CContextServer(CContext* parent,MPI_Comm intraComm_,MPI_Comm interComm_) 
    1919  { 
    2020    context=parent ; 
     
    167167    int rank ; 
    168168    list<CEventServer::SSubEvent>::iterator it ; 
    169     tree::CTreeManager::SetCurrentContextId(context->getId()) ; 
     169    CTreeManager::SetCurrentContextId(context->getId()) ; 
    170170         
    171171    if (event.classId==CContext::GetType() && event.type==CContext::EVENT_ID_CONTEXT_FINALIZE) 
Note: See TracChangeset for help on using the changeset viewer.