minor change
This commit is contained in:
parent
f923f508f5
commit
ecfda146b2
@ -39,7 +39,7 @@ struct EdgeBasedNode {
|
||||
) const {
|
||||
BOOST_ASSERT( query_location.isValid() );
|
||||
|
||||
const double epsilon = 1.0/COORDINATE_PRECISION;
|
||||
const double epsilon = 1.0/precision;
|
||||
|
||||
if( ignoreInGrid ) {
|
||||
return std::numeric_limits<double>::max();
|
||||
|
Loading…
Reference in New Issue
Block a user