Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop

This commit is contained in:
Dennis Luxen 2013-01-02 00:41:08 +01:00
commit 7cf4d37595
2 changed files with 8 additions and 1 deletions

View File

@ -123,6 +123,13 @@ public:
bool _backward:1;
};
struct MinimalEdgeData {
public:
EdgeWeight distance;
bool forward;
bool backward;
};
typedef NodeBasedEdge ImportEdge;
#endif // EDGE_H

View File

@ -1 +1 @@
disk=/tmp/stxxl,1,syscall
disk=/tmp/stxxl,10,syscall