Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions include/c_types/pgr_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#include <stdint.h>


typedef struct {
int64_t vertex_id;
int64_t edge_id;
double cost;
} path_element_t;

/**************************************************************************
* return type for contraction
Expand Down