Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stopa85milk committed Jun 15, 2011
1 parent 8035161 commit af91b48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analysis/network/qgslinevectorlayerdirector.cpp
Expand Up @@ -339,15 +339,13 @@ void QgsLineVectorLayerDirector::makeGraph( QgsGraphBuilderInterface *builder, c
{
if ( it->mFirstPoint == pt1 && it->mLastPoint == pt2 )
{
std::cout << "op1\n";
pointsOnArc[ pt1.sqrDist( it->mTiedPoint ) ] = it->mTiedPoint;
}
}
for ( it = pointLengthIt+1; it != pointLengthMap.end(); ++it )
{
if ( it->mFirstPoint == pt1 && it->mLastPoint == pt2 )
{
std::cout << "op2\n";
pointsOnArc[ pt1.sqrDist( it->mTiedPoint ) ] = it->mTiedPoint;
}
}
Expand Down

0 comments on commit af91b48

Please sign in to comment.