Skip to content

v0.2.49..v0.2.50 changeset EdgeMatchSetFinder.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
index bb50097..0156f3a 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
@@ -85,10 +85,8 @@ void EdgeMatchSetFinder::addEdgeMatches(ConstNetworkEdgePtr e1, ConstNetworkEdge
     foreach (EdgeSublineMatchPtr s, sublines)
     {
       EdgeMatchPtr em(new EdgeMatch());
-
       em->getString1()->addFirstEdge(s->getSubline1());
       em->getString2()->addFirstEdge(s->getSubline2());
-
       _steps = 0;
       _addEdgeMatches(em);
     }
@@ -126,7 +124,6 @@ bool EdgeMatchSetFinder::_addEdgeMatches(ConstEdgeMatchPtr em)
   {
     foundSolution = _recordMatch(em);
   }
-  //
   else
   {
     // if the end of the match isn't terminated.
Clone this wiki locally