X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_graph.h;h=5988688b3f0fbeba741c040b4ba87668cd8c8428;hp=bd805c2b2c863b1c75aa0672f0ede48e267a9862;hb=cdf649aeef318cc5c3dae231d9b1c16352d13515;hpb=68d9c4f175f774d851a32f6069ad04b31924bfac diff --git a/mtp_graph.h b/mtp_graph.h index bd805c2..5988688 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -60,7 +60,7 @@ public: int nb_paths; Path **paths; - MTPGraph(int nb_vertices, int nb_edges, int *from, int *to, + MTPGraph(int nb_vertices, int nb_edges, int *vertex_from, int *vertex_to, int source, int sink); ~MTPGraph();