Changeset 1316 for XIOS/dev/XIOS_DEV_CMIP6/src/node/file.cpp
- Timestamp:
- 10/25/17 19:07:41 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/node/file.cpp
r1294 r1316 218 218 if (!split_freq.isEmpty()) 219 219 { 220 StdString keySuffix("C Context_"+CContext::getCurrent()->getId()+"::CFile_"+getFileOutputName()+"::") ;220 StdString keySuffix("CFile::"+getFileOutputName()+"::") ; 221 221 if (context->registryIn->foundKey(keySuffix+"splitStart") && context->registryIn->foundKey(keySuffix+"splitEnd")) 222 222 { … … 494 494 oss << lastPart ; 495 495 496 StdString keySuffix("C Context_"+CContext::getCurrent()->getId()+"::CFile_"+getFileOutputName()+"::") ;496 StdString keySuffix("CFile::"+getFileOutputName()+"::") ; 497 497 context->registryOut->setKey(keySuffix+"splitStart", lastSplit); 498 498 context->registryOut->setKey(keySuffix+"splitEnd", splitEnd);
Note: See TracChangeset
for help on using the changeset viewer.