Removed some useless and manifoldness warnings
This commit is contained in:
parent
94c1b043e3
commit
16850b63ed
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ sub edge_id {
|
|||
my $self = shift;
|
||||
my ($edge) = @_;
|
||||
|
||||
my @point_ids = map sprintf("%f,%f,%f", @$_), @$edge;
|
||||
my @point_ids = map sprintf("%d,%d,%d", map $_ / epsilon, @$_), @$edge;
|
||||
return join "-", sort @point_ids;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue