[mlpack-git] master: Syntax fix. (d2e08ad)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Dec 13 23:04:10 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/672786f499b8cc48ab1722de4544c1dc03af988a...7467dd42adfc64b8c7e4107f361c3245728e99e5

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

commit d2e08ade9eebf8682bebd71cb44abe2a8e760ac9
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Dec 9 09:37:44 2015 -0500

    Syntax fix.


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

d2e08ade9eebf8682bebd71cb44abe2a8e760ac9
 src/mlpack/methods/neighbor_search/ns_model.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/ns_model.hpp b/src/mlpack/methods/neighbor_search/ns_model.hpp
index 6448b17..b8767e3 100644
--- a/src/mlpack/methods/neighbor_search/ns_model.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model.hpp
@@ -67,7 +67,7 @@ class NSModel
                                 TreeType,
                                 TreeType<metric::EuclideanDistance,
                                     NeighborSearchStat<SortPolicy>,
-                                    arma::mat>::template DualTreeTraverser;
+                                    arma::mat>::template DualTreeTraverser>;
 
   // Only one of these pointers will be non-NULL.
   NSType<tree::KDTree>* kdTreeNS;



More information about the mlpack-git mailing list