Removing empty line
This commit is contained in:
parent
4eb379a912
commit
bb5b6fef26
@ -35,7 +35,6 @@ double DescriptionFactory::GetAzimuth(const _Coordinate& A, const _Coordinate& B
|
|||||||
return angle;
|
return angle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void DescriptionFactory::SetStartSegment(const PhantomNode & _startPhantom) {
|
void DescriptionFactory::SetStartSegment(const PhantomNode & _startPhantom) {
|
||||||
startPhantom = _startPhantom;
|
startPhantom = _startPhantom;
|
||||||
AppendSegment(_startPhantom.location, _PathData(0, _startPhantom.nodeBasedEdgeNameID, 10, _startPhantom.weight1));
|
AppendSegment(_startPhantom.location, _PathData(0, _startPhantom.nodeBasedEdgeNameID, 10, _startPhantom.weight1));
|
||||||
|
Loading…
Reference in New Issue
Block a user