Changeset 2204 for XIOS


Ignore:
Timestamp:
08/24/21 13:40:35 (3 years ago)
Author:
ymipsl
Message:

Bug fix : bad value for unlockContext(), so context was never unlocked.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp

    r2130 r2204  
    363363    public:  
    364364        void lockContext(void) {lockedContext_=true; } 
    365         void unlockContext(void) {lockedContext_=true; } 
     365        void unlockContext(void) {lockedContext_=false; } 
    366366        bool isLockedContext(void) { return lockedContext_;} 
    367367      public: // Some function maybe removed in the near future 
Note: See TracChangeset for help on using the changeset viewer.