Changeset 1195 for XIOS/trunk


Ignore:
Timestamp:
07/04/17 14:40:33 (7 years ago)
Author:
aclsce
Message:
  • Fixed bug related to offset functionality
File:
1 edited

Legend:

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

    r1189 r1195  
    434434 
    435435           StdString keySuffix("CContext_"+CContext::getCurrent()->getId()+"::CFile_"+getFileOutputName()+"::") ;  
    436            context->registryOut->setKey(keySuffix+"splitStart", split_start); 
     436           context->registryOut->setKey(keySuffix+"splitStart", lastSplit); 
    437437           context->registryOut->setKey(keySuffix+"splitEnd",   splitEnd); 
    438438         } 
Note: See TracChangeset for help on using the changeset viewer.