mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-16 12:52:08 +00:00
Fix up an outdated comment
This commit is contained in:
parent
a557168349
commit
afd7f928f9
@ -231,7 +231,7 @@ where
|
|||||||
ranges.push((LayerId(num_layers - i - 1), max(start, 1)..cumulative));
|
ranges.push((LayerId(num_layers - i - 1), max(start, 1)..cumulative));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert the first point so that we have an enter point to start searches with.
|
// Initialize data for layers
|
||||||
|
|
||||||
let mut layers = vec![vec![]; top.0];
|
let mut layers = vec![vec![]; top.0];
|
||||||
let zero = points
|
let zero = points
|
||||||
|
Loading…
Reference in New Issue
Block a user