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

Delete graph's default constructor

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