From b7980b83dfe67a41d7f69737e58ca5cfcf217f8f Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 15 Aug 2013 15:51:07 +0200 Subject: [PATCH] removing dead comments --- Contractor/EdgeBasedGraphFactory.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Contractor/EdgeBasedGraphFactory.cpp b/Contractor/EdgeBasedGraphFactory.cpp index cd87a4e69..8d71db190 100644 --- a/Contractor/EdgeBasedGraphFactory.cpp +++ b/Contractor/EdgeBasedGraphFactory.cpp @@ -405,8 +405,6 @@ void EdgeBasedGraphFactory::Run( } distance += penalty; - //distance += heightPenalty; - //distance += ComputeTurnPenalty(u, v, w); assert(edge_data1.edgeBasedNodeID != edge_data2.edgeBasedNodeID); original_edge_data_vector.push_back( OriginalEdgeData( @@ -561,4 +559,3 @@ TurnInstruction EdgeBasedGraphFactory::AnalyzeTurn( unsigned EdgeBasedGraphFactory::GetNumberOfNodes() const { return m_node_based_graph->GetNumberOfEdges(); } -