Skip to content

Commit

Permalink
(alphashape) using new name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Feb 13, 2024
1 parent 46081cc commit cf5cce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/alphaShape/pgr_alphaShape.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*PGR-GNU*****************************************************************
File: pgr_alphaShape.h
File: pgr_alphaShape.hpp
Copyright (c) 2018 pgRouting developers
Mail: project@pgrouting.org
Expand Down
2 changes: 1 addition & 1 deletion src/alpha_shape/alphaShape_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#include "c_types/geom_text_rt.h"
#include "cpp_common/pgr_assert.hpp"
#include "cpp_common/pgdata_getters.hpp"
#include "alphaShape/pgr_alphaShape.h"
#include "alphaShape/pgr_alphaShape.hpp"

#include "cpp_common/pgr_alloc.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/alpha_shape/pgr_alphaShape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
********************************************************************PGR-GNU*/

#include "alphaShape/pgr_alphaShape.h"
#include "alphaShape/pgr_alphaShape.hpp"

#include <sstream>
#include <set>
Expand Down

0 comments on commit cf5cce7

Please sign in to comment.