Ignore:
Timestamp:
06/04/19 10:00:52 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1663. One output graph file with output file names in file writer filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/node/file.cpp

    r1670 r1671  
    983983     for (int i = 0; i < size; ++i) 
    984984     { 
    985        //this->enabledFields[i]->buildFilterGraph(gc, true); 
    986        //this->enabledFields[i]->buildFilterGraph2(gc, true, this->name); 
    987       this->enabledFields[i]->buildFilterGraph(gc, true, this->name); 
     985       this->enabledFields[i]->buildFilterGraph(gc, true); 
    988986     } 
    989987   } 
Note: See TracChangeset for help on using the changeset viewer.