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/file.cpp

    r1239 r1278  
    11291129       CField* field = this->enabledFields[i]; 
    11301130       this->sendAddField(field->getId(), client); 
     1131       field->checkAttributes(); 
    11311132       field->sendAllAttributesToServer(client); 
    11321133       field->sendAddAllVariables(client); 
Note: See TracChangeset for help on using the changeset viewer.