From: Francois Fleuret Date: Tue, 21 Aug 2012 16:53:16 +0000 (-0700) Subject: Cosmetics. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=3d87c6606fb8750621ace760032473d6a7a5d82c Cosmetics. --- diff --git a/miniksp.cc b/miniksp.cc index 53a1694..92e9de5 100644 --- a/miniksp.cc +++ b/miniksp.cc @@ -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,