Ignore:
Timestamp:
09/30/16 15:28:00 (8 years ago)
Author:
rlacroix
Message:

Make sure CXios::isClient and CXios::isServer variables are used in a sensible way.

File:
1 edited

Legend:

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

    r925 r956  
    185185         contextEventLoop() ; 
    186186         if (finished && contextList.empty()) stop=true ; 
    187          if (! CXios::isServer) eventScheduler->checkEvent() ; 
     187         eventScheduler->checkEvent() ; 
    188188       } 
    189189       CTimer::get("XIOS server").suspend() ; 
Note: See TracChangeset for help on using the changeset viewer.