From: Johan E. <jbc...@sw...> - 2012-03-04 18:02:00
|
Hi all, I've just run into trouble with SBasis::isZero and isConstant. See e.g. linear.h, lines 75 and 76. Shouldn't the comparisons be "are_near" comparisons? For example: inline bool isConstant(double eps=EPSILON) const { return are_near(a[0], a[1], eps); } Regards, Johan |