Ignore:
Timestamp:
10/26/17 10:23:17 (7 years ago)
Author:
rlacroix
Message:

Fix: Handle end-of-file correctly for files in read mode.

Previously desynchronizations between clients could occur, leading to invalid events being received by the server(s).

File:
1 edited

Legend:

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

    r1239 r1318  
    121121         void buildFilterGraphOfEnabledFields(); 
    122122         void startPrefetchingOfEnabledReadModeFiles(); 
    123          void checkPrefetchingOfEnabledReadModeFiles(); 
     123         void doPostTimestepOperationsForEnabledReadModeFiles(); 
    124124         void findFieldsWithReadAccess(void); 
    125125         void solveAllRefOfFieldsWithReadAccess(); 
Note: See TracChangeset for help on using the changeset viewer.