Cosmetics.
[mtp.git] / mtp_graph.cc
index 7167cf6..f94cec7 100644 (file)
@@ -262,6 +262,7 @@ void MTPGraph::find_shortest_path(Vertex **_front, Vertex **_new_front) {
     tmp_front_size = _new_front_size;
     _new_front_size = _front_size;
     _front_size = tmp_front_size;
+    cout << "_front_size = " << _front_size << endl;
   } while(_front_size > 0);
 }