Ignore:
Timestamp:
07/08/19 16:58:12 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Arithmetic filter unified

File:
1 edited

Legend:

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

    r1677 r1680  
    2424      CScalarFieldArithmeticFilter(CGarbageCollector& gc, const std::string& op, double value); 
    2525      StdString virtual GetName(void); 
     26 
    2627 
    2728    protected: 
     
    5455      StdString virtual GetName(void); 
    5556 
     57 
    5658    protected: 
    5759      COperatorExpr::functionFieldScalar op; //!< The binary field-scalar operator attached to the binary arithmeric filter 
     
    8284      StdString virtual GetName(void); 
    8385 
     86 
    8487    protected: 
    8588      COperatorExpr::functionFieldField op; //!< The binary field-field operator attached to the binary arithmeric filter 
Note: See TracChangeset for help on using the changeset viewer.