Skip to content

v0.2.49..v0.2.50 changeset MultiaryScorePoiMatchesCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
index 17b44b2..f725077 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
@@ -39,7 +39,7 @@
 #include <hoot/core/util/MapProjector.h>
 #include <hoot/core/visitors/CalculateHashVisitor.h>
 #include <hoot/rnd/conflate/multiary/MultiaryUtilities.h>
-#include <hoot/core/util/IoUtils.h>
+#include <hoot/core/io/IoUtils.h>
 
 using namespace std;
 using namespace Tgs;
@@ -103,7 +103,7 @@ public:
   virtual QString getName() const override { return "multiary-score-poi-matches"; }
 
   virtual QString getDescription() const override
-  { return "Scores the performance of multiary-conflate (experimental) "; }
+  { return "Scores the performance of multiary-conflate against a manually matched map (experimental) "; }
 
   virtual QString getType() const override { return "rnd"; }
 
Clone this wiki locally