Skip to content

Commit

Permalink
Fixes issue #136
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Feb 21, 2012
1 parent d3bf394 commit 4aaecfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataStructures/ExtractorCallBacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class ExtractorCallbacks{
}

if ( w.useful && w.access && (1 < w.path.size()) ) { //Only true if the way is specified by the speed profile
//TODO: type is not set, perhaps use a bimap'ed speed profile to do set the type correctly?
w.type = settings.GetHighwayTypeID(highway);
if(0 > w.type) {
ERR("Resolved highway " << highway << " to " << w.type);
Expand Down

0 comments on commit 4aaecfb

Please sign in to comment.