[mlpack-svn] r10379 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 23 21:42:18 EST 2011


Author: rcurtin
Date: 2011-11-23 21:42:17 -0500 (Wed, 23 Nov 2011)
New Revision: 10379

Modified:
   mlpack/trunk/src/mlpack/tests/allkfn_test.cpp
   mlpack/trunk/src/mlpack/tests/allknn_test.cpp
Log:
neighbor_search.h is now neighbor_search.hpp.


Modified: mlpack/trunk/src/mlpack/tests/allkfn_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/allkfn_test.cpp	2011-11-24 02:42:06 UTC (rev 10378)
+++ mlpack/trunk/src/mlpack/tests/allkfn_test.cpp	2011-11-24 02:42:17 UTC (rev 10379)
@@ -4,7 +4,7 @@
  * Tests for AllkFN (all-k-furthest-neighbors).
  */
 #include <mlpack/core.h>
-#include <mlpack/methods/neighbor_search/neighbor_search.h>
+#include <mlpack/methods/neighbor_search/neighbor_search.hpp>
 #include <boost/test/unit_test.hpp>
 
 using namespace mlpack;

Modified: mlpack/trunk/src/mlpack/tests/allknn_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/allknn_test.cpp	2011-11-24 02:42:06 UTC (rev 10378)
+++ mlpack/trunk/src/mlpack/tests/allknn_test.cpp	2011-11-24 02:42:17 UTC (rev 10379)
@@ -4,7 +4,7 @@
  * Test file for AllkNN class.
  */
 #include <mlpack/core.h>
-#include <mlpack/methods/neighbor_search/neighbor_search.h>
+#include <mlpack/methods/neighbor_search/neighbor_search.hpp>
 #include <boost/test/unit_test.hpp>
 
 using namespace mlpack;




More information about the mlpack-svn mailing list