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

Fix fault in constructor documentation of graph

parent d9b6998b
No related merge requests found
......@@ -9,7 +9,6 @@ using vertex_id = unsigned int;
class graph {
public:
/** @brief Initializes the graph to be partitioned
* @param Number of vertices
* @param Adjacency lists
*/
graph(std::vector<std::vector<unsigned int>> a);
......
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