Ignore:
Timestamp:
10/30/15 16:33:49 (8 years ago)
Author:
rlacroix
Message:

File/Variable?: Add an helper function to get the output name.

File:
1 edited

Legend:

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

    r740 r773  
    921921       if (!file->timeseries.isEmpty() && file->timeseries != CFile::timeseries_attr::none) 
    922922       { 
    923          StdString tsPrefix = !file->ts_prefix.isEmpty() ? file->ts_prefix : (!file->name.isEmpty() ? file->name : file->getId()); 
     923         StdString tsPrefix = !file->ts_prefix.isEmpty() ? file->ts_prefix : file->getFileOutputName(); 
    924924 
    925925         const std::vector<CField*> allFields = file->getAllFields(); 
Note: See TracChangeset for help on using the changeset viewer.