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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 9 14:37:17 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cec4ac427536cbd9738a33e0c6facabeeadd31b0...4a39d474593067343b4972d4a5217bcfae84ca5d

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

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

    Syntax fix.


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

3b15ce2a4264b179624d11443ea2a5b1b887ffb3
 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