Skip to content

Commit 39f7a7e

Browse files
committed
(trsp) Adjusting code to file renames
1 parent 9130e32 commit 39f7a7e

13 files changed

Lines changed: 22 additions & 14 deletions

include/drivers/driving_distance/driving_distance_driver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727
2828
********************************************************************PGR-GNU*/
2929

30-
#ifndef INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
31-
#define INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
30+
#ifndef INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_DRIVER_H_
31+
#define INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_DRIVER_H_
3232

3333
#ifdef __cplusplus
3434
extern "C" {
@@ -68,4 +68,4 @@ void pgr_do_drivingDistance(
6868
}
6969
#endif
7070

71-
#endif // INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
71+
#endif // INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_DRIVER_H_

include/drivers/driving_distance/driving_distance_withPoints_driver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2929
3030
********************************************************************PGR-GNU*/
3131

32-
#ifndef INCLUDE_DRIVERS_DRIVING_DISTANCE_WITHPOINTS_DD_DRIVER_H_
33-
#define INCLUDE_DRIVERS_DRIVING_DISTANCE_WITHPOINTS_DD_DRIVER_H_
32+
#ifndef INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_WITHPOINTS_DRIVER_H_
33+
#define INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_WITHPOINTS_DRIVER_H_
3434
#pragma once
3535

3636

@@ -76,4 +76,4 @@ void pgr_do_withPointsDD(
7676
}
7777
#endif
7878

79-
#endif // INCLUDE_DRIVERS_DRIVING_DISTANCE_WITHPOINTS_DD_DRIVER_H_
79+
#endif // INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVING_DISTANCE_WITHPOINTS_DRIVER_H_

include/drivers/trsp/trsp_deprecated_driver.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*PGR-GNU*****************************************************************
22
3-
FILE: trsp.h
3+
FILE: trsp_deprecated_driver.h
44
55
Copyright (c) 2015 pgRouting developers
66
Mail: project@pgrouting.org
@@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2323
2424
********************************************************************PGR-GNU*/
2525

26-
#ifndef INCLUDE_DRIVERS_TRSP_TRSP_CORE_H_
27-
#define INCLUDE_DRIVERS_TRSP_TRSP_CORE_H_
26+
#ifndef INCLUDE_DRIVERS_TRSP_TRSP_DEPRECATED_DRIVER_H_
27+
#define INCLUDE_DRIVERS_TRSP_TRSP_DEPRECATED_DRIVER_H_
2828

2929
#ifdef __cplusplus
3030
# include <cstddef>
@@ -63,4 +63,4 @@ int trsp_edge_wrapper(
6363
}
6464
#endif
6565

66-
#endif // INCLUDE_DRIVERS_TRSP_TRSP_CORE_H_
66+
#endif // INCLUDE_DRIVERS_TRSP_TRSP_DEPRECATED_DRIVER_H_

sql/trsp/_array_reverse.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: _array_reverse.sql
23
34
Copyright (c) 2015 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/_trsp.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: _trsp.sql
23
34
Copyright (c) 2017 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/_trspViaVertices_deprecated.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: _trspViaVertices_deprecated.sql
23
34
Copyright (c) 2015 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/_trsp_deprecated.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: _trsp_deprecated.sql
23
34
Copyright (c) 2015 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/trsp.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: trsp.sql
23
34
Copyright (c) 2021 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/trspViaEdges_deprecated.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: trspViaEdges_deprecated.sql
23
34
Copyright (c) 2015 pgRouting developers
45
Mail: project@pgrouting.org

sql/trsp/trspViaVertices_deprecated.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*PGR-GNU*****************************************************************
2+
File: trspViaVertices_deprecated.sql
23
34
Copyright (c) 2015 pgRouting developers
45
Mail: project@pgrouting.org

0 commit comments

Comments
 (0)