Changeset 1092 for XIOS/trunk/src


Ignore:
Timestamp:
04/13/17 11:41:43 (7 years ago)
Author:
ymipsl
Message:

Bug fix in append mode when file are split with different period.
Correction from previous commit

YM

File:
1 edited

Legend:

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

    r1090 r1092  
    220220        { 
    221221          CDate savedSplitStart(*context->getCalendar()), savedSplitEnd(*context->getCalendar()); 
    222           context->registryIn->getKey("splitStart", savedSplitStart); 
    223           context->registryIn->getKey("splitEnd",   savedSplitEnd); 
     222          context->registryIn->getKey(keySuffix+"splitStart", savedSplitStart); 
     223          context->registryIn->getKey(keySuffix+"splitEnd",   savedSplitEnd); 
    224224 
    225225          if (savedSplitStart <= lastSplit && lastSplit <= savedSplitEnd) 
Note: See TracChangeset for help on using the changeset viewer.