Changeset 958


Ignore:
Timestamp:
09/30/16 15:28:06 (8 years ago)
Author:
rlacroix
Message:

Timeseries fields now inherit the variables from the fields they are originating.

Really fix ticket #102 this time...

File:
1 edited

Legend:

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

    r928 r958  
    10111011             CField* tsField = tsFile->addField(); 
    10121012             tsField->field_ref = field->getId(); 
     1013             tsField->setVirtualVariableGroup(field->getVirtualVariableGroup()); 
    10131014 
    10141015             tsFile->solveFieldRefInheritance(true); 
Note: See TracChangeset for help on using the changeset viewer.