X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_graph.h;h=84c9ce60bf1a447e7cc7ce69dd6415369bee8b2d;hp=c9105203405e26a5bff5c239fea9b34fcd46ca48;hb=8439be2cf9581730b6a83425451cb9a335b2c715;hpb=9847d704169e8631b223af71be40cfa5337e832f diff --git a/mtp_graph.h b/mtp_graph.h index c910520..84c9ce6 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -54,7 +54,7 @@ class MTPGraph { // Visit the vertices according to _dp_order and simply update their // distance to the source - void dp_distance_propagation(); + void dp_compute_distances(); // Set in every vertex pred_edge_toward_source correspondingly to // the path of shortest length. The current implementation is