Skip to content

Commit

Permalink
[centrality] name change to betweennessCentrality.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Jun 27, 2024
1 parent 5d1602a commit 78d66d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/metrics/betweennessCentrality.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*PGR-GNU*****************************************************************
File: centrality.hpp
File: betweennessCentrality.hpp
Copyright (c) 2015 pgRouting developers
Mail: [email protected]
Expand All @@ -26,8 +26,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
********************************************************************PGR-GNU*/


#ifndef INCLUDE_METRICS_CENTRALITY_HPP_
#define INCLUDE_METRICS_CENTRALITY_HPP_
#ifndef INCLUDE_METRICS_BETWEENNESSCENTRALITY_HPP_
#define INCLUDE_METRICS_BETWEENNESSCENTRALITY_HPP_
#pragma once

#include <deque>
Expand Down Expand Up @@ -131,4 +131,4 @@ class Pgr_metrics {

} // namespace pgrouting

#endif // INCLUDE_METRICS_CENTRALITY_HPP_
#endif // INCLUDE_METRICS_BETWEENNESSCENTRALITY_HPP_

0 comments on commit 78d66d8

Please sign in to comment.