Changeset 928


Ignore:
Timestamp:
09/08/16 16:32:04 (8 years ago)
Author:
rlacroix
Message:

Timeseries files now inherit the global variables from the file they are originating.

Fixes ticket #102.

File:
1 edited

Legend:

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

    r917 r928  
    996996             CFile* tsFile = CFile::create(); 
    997997             tsFile->duplicateAttributes(file); 
     998             tsFile->setVirtualVariableGroup(file->getVirtualVariableGroup()); 
    998999 
    9991000             tsFile->name = tsPrefix + "_"; 
Note: See TracChangeset for help on using the changeset viewer.