From d61402c073c55b30b1e06f091ffd9c884acc01a0 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 2 Jan 2013 11:10:16 +0100 Subject: [PATCH] Typo. --- mtp_graph.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtp_graph.cc b/mtp_graph.cc index 4cfd1f8..6fb3877 100644 --- a/mtp_graph.cc +++ b/mtp_graph.cc @@ -289,7 +289,7 @@ void MTPGraph::find_shortest_path() { _source->distance_from_source = 0; _source->decrease_distance_in_heap(_heap); - while(heap_size > 1) { + while(heap_size > 1) { // Get the closest to the source v = _heap[0]; -- 2.20.1