Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 21 Aug 2012 16:53:16 +0000 (09:53 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 21 Aug 2012 16:53:16 +0000 (09:53 -0700)
miniksp.cc

index 53a1694..92e9de5 100644 (file)
@@ -68,8 +68,8 @@ void add_dpsi_es(int nb_edges, scalar_t *el, int *ea, int *eb, scalar_t *psi) {
   }
 }
 
-// Finds the shortest path in the graph and return in
-// result_edge_back, for each vertex the edge to follow back from it
+// Finds the shortest path in the graph and returns in
+// result_edge_back, for each vertex, the edge to follow back from it
 // to reach the source with the shortest path, and in result_dist the
 // distance to the source. The edge lengths have to be positive.
 void find_shortest(int nb_vertices,