Ignore:
Timestamp:
12/01/21 14:29:36 (3 years ago)
Author:
ymipsl
Message:

Fix problem from previous commit when deallocating context.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp

    r2265 r2266  
    135135     CContext* context = CContext::getCurrent(); 
    136136     context->finalize(); 
    137      CContext::removeContext(context->getId()) ; 
     137     CXios::getDaemonsManager()->eventLoop() ; 
    138138     CTimer::get("XIOS context finalize").suspend(); 
    139139     CTimer::get("XIOS").suspend(); 
Note: See TracChangeset for help on using the changeset viewer.