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

New file for pgr_contracted_blob_h structure #793

Merged
merged 6 commits into from
May 22, 2017

Conversation

thisisashukla
Copy link
Contributor

Fixes #10

Changes proposed in this pull request:

  • Commented out pgr_contracted_blob structure in include/pgr_types.h
  • Created new file pgr_contracted_blob.h
  • Edited inclusion of header files in contractGraph.c and contractGraph_Driver.h

@pgRouting/admins

@thisisashukla
Copy link
Contributor Author

last commit solved #11

@@ -0,0 +1,71 @@
/*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 is: contracted_rt.h

File: pgr_types.h

Copyright (c) 2015 Celia Virginia Vergara Castillo
Mail: vicky_vergara@hotmail.com
Copy link
Member

Choose a reason for hiding this comment

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

Ok, the design is by me, but the change is by you so lets make this:

Copyright (c) 2017 pgRouting developers
Mail: project@pgrouting.org

double cost;
int64_t *contracted_vertices;
int contracted_vertices_size;
} pgr_contracted_blob;
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be:
Contracted_rt

@cvvergara cvvergara added this to the Release 2.5.0 milestone May 21, 2017
@thisisashukla
Copy link
Contributor Author

@cvvergara i have added the proposed changes. kindly review

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.

None yet

5 participants