Removed variable index from equal test in ConcurrentBatchFilter
parent
5cd020080b
commit
e4b452473e
|
@ -42,7 +42,6 @@ bool ConcurrentBatchFilter::equals(const ConcurrentFilter& rhs, double tol) cons
|
||||||
&& theta_.equals(filter->theta_)
|
&& theta_.equals(filter->theta_)
|
||||||
&& ordering_.equals(filter->ordering_)
|
&& ordering_.equals(filter->ordering_)
|
||||||
&& delta_.equals(filter->delta_)
|
&& delta_.equals(filter->delta_)
|
||||||
&& variableIndex_.equals(filter->variableIndex_)
|
|
||||||
&& separatorValues_.equals(filter->separatorValues_);
|
&& separatorValues_.equals(filter->separatorValues_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue