From 7a26e582f8cca6522166c5a71fc66a23b596f043 Mon Sep 17 00:00:00 2001 From: p-hamann <p.hamann@dareit.de> Date: Wed, 17 Apr 2019 13:26:41 +0200 Subject: [PATCH] Fix fault in constructor documentation of graph --- include/gp-bnb/graph.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gp-bnb/graph.hpp b/include/gp-bnb/graph.hpp index 5a51f28..df0fdc4 100644 --- a/include/gp-bnb/graph.hpp +++ b/include/gp-bnb/graph.hpp @@ -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); -- GitLab