Changeset 2199
- Timestamp:
- 07/29/21 10:35:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp
r2135 r2199 629 629 bool CContext::eventLoop(bool enableEventsProcessing) 630 630 { 631 bool finished ;631 bool finished(true); 632 632 if (isLockedContext()) return false; 633 633
Note: See TracChangeset
for help on using the changeset viewer.