[mlpack-git] master, mlpack-1.0.x: Add traversal_info.hpp to build system although I don't think it's used anywhere. (9619678)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:42:19 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 961967802fe9d6a35497537cfd91a54ee439256f
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Feb 6 20:12:14 2014 +0000

    Add traversal_info.hpp to build system although I don't think it's used
    anywhere.


>---------------------------------------------------------------

961967802fe9d6a35497537cfd91a54ee439256f
 src/mlpack/core/tree/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/tree/CMakeLists.txt b/src/mlpack/core/tree/CMakeLists.txt
index ee49e1b..3ca4469 100644
--- a/src/mlpack/core/tree/CMakeLists.txt
+++ b/src/mlpack/core/tree/CMakeLists.txt
@@ -31,6 +31,7 @@ set(SOURCES
   periodichrectbound.hpp
   periodichrectbound_impl.hpp
   statistic.hpp
+  traversal_info.hpp
   tree_traits.hpp
 )
 



More information about the mlpack-git mailing list