added working ALT
This commit is contained in:
parent
7d657b7222
commit
b11eef1cf7
8 changed files with 167 additions and 80 deletions
|
|
@ -291,7 +291,6 @@ impl GridGraph {
|
|||
let mut gridgraph = Box::new(GridGraph::default());
|
||||
|
||||
let reader = BufReader::new(file);
|
||||
|
||||
let lines = reader.lines();
|
||||
|
||||
let mut total_node_count: u32 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue