Skip to content
Snippets Groups Projects
Commit 07f7cc63 authored by p-hamann's avatar p-hamann
Browse files

Avoid confusion with num_vertices() of graph

parent 704f7695
No related merge requests found
......@@ -21,7 +21,7 @@ public:
* @param Subgraph A, B or none
* @return Number of vertices of sg
*/
unsigned int num_vertices(subgraph sg);
unsigned int num_vertices_of(subgraph sg);
/** @brief Assigns a vertex to a subgraph
* @param Vertex Id
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment