Implemented T-Test and output of route options

This commit is contained in:
DennisOSRM
2012-06-19 17:26:34 +02:00
parent 5ebc4b392f
commit 61efd41194
11 changed files with 544 additions and 488 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ void EdgeBasedGraphFactory::Run(const char * originalEdgeDataFilename) {
if(turnInstruction == TurnInstructions.UTurn)
distance += uturnPenalty;
if(!edgeData1.isAccessRestricted && edgeData2.isAccessRestricted) {
distance += TurnInstructions.AccessRestrictionPenaly;
distance += TurnInstructions.AccessRestrictionPenalty;
turnInstruction |= TurnInstructions.AccessRestrictionFlag;
}