Skip to content

v0.2.50..v0.2.51 changeset MatchGraph.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.h
index 20505cf..2df0ab0 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.h
@@ -46,7 +46,7 @@ typedef std::vector<MatchSet> MatchSetVector;
 /**
  * Represents a graph of matches. At some point I'd like to extend this to include additional
  * relationships (such as two roads are linked by an intersection). This will enable higher fidelity
- * matching. See #2376 for some musings and references.
+ * matching. See Redmine #2376 for some musings and references.
  *
  * At this point this is useful for identifying many to many matches and one to many matches.
  */
Clone this wiki locally