Changeset 804
- Timestamp:
- 12/11/15 10:01:17 (9 years ago)
- Location:
- XIOS/trunk
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/filter/binary_arithmetic_filter.cpp
r643 r804 42 42 43 43 CFieldFieldArithmeticFilter::CFieldFieldArithmeticFilter(CGarbageCollector& gc, const std::string& op) 44 : CFilter(gc, 1, this)44 : CFilter(gc, 2, this) 45 45 , op(operatorExpr.getOpFieldField(op)) 46 46 { /* Nothing to do */ };
Note: See TracChangeset
for help on using the changeset viewer.