Added some comments.
[mtp.git] / mtp_graph.h
index bd805c2..5988688 100644 (file)
@@ -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();