added working ALT

This commit is contained in:
Johannes Erwerle 2022-09-15 09:57:46 +02:00
parent 7d657b7222
commit b11eef1cf7
8 changed files with 167 additions and 80 deletions

View file

@ -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;