-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[centrality] name change to betweennessCentrality.hpp
- Loading branch information
1 parent
5d1602a
commit 78d66d8
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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> | ||
|
@@ -131,4 +131,4 @@ class Pgr_metrics { | |
|
||
} // namespace pgrouting | ||
|
||
#endif // INCLUDE_METRICS_CENTRALITY_HPP_ | ||
#endif // INCLUDE_METRICS_BETWEENNESSCENTRALITY_HPP_ |