Ignore:
Timestamp:
09/25/17 12:19:49 (7 years ago)
Author:
oabramkina
Message:

Adding a check on field attributes. For now it only concerns freq_op and freq_offset.
It is done so to avoid changing its values on client after the attributes have already been sent to servers.

File:
1 edited

Legend:

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

    r1239 r1278  
    130130         void checkGridOfEnabledFields(); 
    131131         void sendGridOfEnabledFields(); 
    132          void sendGridComponentOfEnabledFields();    
     132         void sendGridComponentOfEnabledFields(); 
     133 
     134         /// Vérifications /// 
     135         void checkAttributes(void); 
    133136 
    134137         void buildFilterGraph(CGarbageCollector& gc, bool enableOutput); 
Note: See TracChangeset for help on using the changeset viewer.