From 3d87c6606fb8750621ace760032473d6a7a5d82c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 21 Aug 2012 09:53:16 -0700 Subject: [PATCH] Cosmetics. --- miniksp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.20.1