[mlpack-git] master, mlpack-1.0.x: Inline non-templated constructor. (064428d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:41:44 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 064428dfc03e9b98665550c6315e821d3b83f960
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 3 20:24:22 2014 +0000

    Inline non-templated constructor.


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

064428dfc03e9b98665550c6315e821d3b83f960
 src/mlpack/methods/emst/dtb_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/emst/dtb_impl.hpp b/src/mlpack/methods/emst/dtb_impl.hpp
index 38ec183..eea9f28 100644
--- a/src/mlpack/methods/emst/dtb_impl.hpp
+++ b/src/mlpack/methods/emst/dtb_impl.hpp
@@ -17,7 +17,7 @@ namespace emst {
 /**
  * A generic initializer.
  */
-DTBStat::DTBStat() :
+inline DTBStat::DTBStat() :
     maxNeighborDistance(DBL_MAX),
     minNeighborDistance(DBL_MAX),
     bound(DBL_MAX),



More information about the mlpack-git mailing list