Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a new file for pgr_path_h structure #792

Merged
merged 2 commits into from
May 21, 2017

Conversation

vidhan13j07
Copy link
Member

Fixes cvvergara#112.

Changes proposed in this pull request:

  • Created a file for pgr_path_t.h
  • Moved the structure pgr_path_t from pgr_types.h to pgr_path_t.h

@cvvergara
Copy link
Member

@vidhan13j07
Looks like that type is not used any more, Can you try without the file:

rm include/c_types/pgr_path_t.h
<compile locally>

if it works locally then do

git rm nclude/c_types/pgr_path_t.h
git push

if it does not work locally do: (this will revert any changes)

git stash

@vidhan13j07
Copy link
Member Author

@cvvergara The build was successful after removing pgr_path_t.h.

@cvvergara
Copy link
Member

Cool one thing less :)

@@ -0,0 +1,64 @@
/*PGR-GNU*****************************************************************
File: pgr_types.h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file name changed

Copy link
Member Author

@vidhan13j07 vidhan13j07 May 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed this file altogether in my next commit since pgr_path_t is not used anywhere.

@cvvergara cvvergara merged commit 180fd58 into pgRouting:develop May 21, 2017
@vidhan13j07 vidhan13j07 deleted the pgr_path_t branch May 22, 2017 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants