Skip to content

Commit

Permalink
[centrality] made minor changes and code compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Jun 16, 2024
1 parent c8593a2 commit f84986c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ File: pgr_allpairs.hpp
Copyright (c) 2015 pgRouting developers
Mail: project@pgrouting.org
Copyright (c) 2015 Celia Virginia Vergara Castillo
Mail: vicky_vergara@hotmail.com
Copyright (c) 2024 Arun Thakur
Mail: bedupako12mas@gmail.com
------
Expand Down
1 change: 1 addition & 0 deletions src/metrics/centrality_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#include <vector>
#include <string>
//TODO: Right now this is doing the floyd warshall, creating the centrality algorithm is pending
#include "metrics/centrality.hpp"
#include "allpairs/pgr_allpairs.hpp"
#include "cpp_common/pgdata_getters.hpp"

Expand Down

0 comments on commit f84986c

Please sign in to comment.