Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/binary_arithmetic_filter.hpp

    r1542 r1677  
    2323       */ 
    2424      CScalarFieldArithmeticFilter(CGarbageCollector& gc, const std::string& op, double value); 
     25      StdString virtual GetName(void); 
    2526 
    2627    protected: 
     
    5152       */ 
    5253      CFieldScalarArithmeticFilter(CGarbageCollector& gc, const std::string& op, double value); 
     54      StdString virtual GetName(void); 
    5355 
    5456    protected: 
     
    7880       */ 
    7981      CFieldFieldArithmeticFilter(CGarbageCollector& gc, const std::string& op); 
     82      StdString virtual GetName(void); 
    8083 
    8184    protected: 
Note: See TracChangeset for help on using the changeset viewer.