change null factor
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static bool EqualZero(T var) {
|
static bool EqualZero(T var) {
|
||||||
return std::abs(var) < std::pow(10, -17);
|
return std::abs(var) < std::pow(10, -5);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|||||||
Reference in New Issue
Block a user