Ignore:
Timestamp:
10/15/15 15:15:09 (9 years ago)
Author:
rlacroix
Message:

Fix: disabling a file with read access had no effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.hpp

    r733 r740  
    200200         std::vector<CFile*> enabledReadModeFiles; 
    201201 
    202          // List of all fields whose instant data is accessible from the public API 
     202         // List of all enabled fields whose instant data is accessible from the public API 
     203         // but which are not part of a file 
    203204         std::vector<CField*> fieldsWithReadAccess; 
    204205 
Note: See TracChangeset for help on using the changeset viewer.