Skip to content

Commit 56417bd

Browse files
committed
utilities: fixing name
1 parent b957800 commit 56417bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp_common/utilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ get_name(Which which, bool is_only_cost, bool is_matrix) {
101101

102102
switch (which) {
103103
case ASTAR :
104-
base = "pgr_astar";
104+
base = "pgr_aStar";
105105
suffix = std::string(is_only_cost? "Cost" : "") + (is_only_cost && is_matrix? "Matrix" : "");
106106
break;
107107
case BDASTAR :

0 commit comments

Comments
 (0)