|
@@ -1,5 +1,5 @@
|
|
|
-#ifndef _TESTVECTORFEATURE_H
|
|
|
-#define _TESTVECTORFEATURE_H
|
|
|
+#ifndef _TESTCODEBOOKRANDOMFOREST_H
|
|
|
+#define _TESTCODEBOOKRANDOMFOREST_H
|
|
|
|
|
|
#include <cppunit/extensions/HelperMacros.h>
|
|
|
|
|
@@ -23,4 +23,4 @@ class TestCodebookRandomForest : public CppUnit::TestFixture {
|
|
|
void testCodebookRandomForest();
|
|
|
};
|
|
|
|
|
|
-#endif // _TESTVECTORFEATURE_H
|
|
|
+#endif // _TESTCODEBOOKRANDOMFOREST_H
|