[mlpack-svn] r10459 - in mlpack/trunk/src/mlpack/core: math utilities

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Nov 29 20:44:16 EST 2011


Author: nslagle
Date: 2011-11-29 20:44:15 -0500 (Tue, 29 Nov 2011)
New Revision: 10459

Modified:
   mlpack/trunk/src/mlpack/core/math/range.hpp
   mlpack/trunk/src/mlpack/core/utilities/save_restore_utility_impl.hpp
Log:
mlpack/core: undo an unnecessary change; remove a pesky warning

Modified: mlpack/trunk/src/mlpack/core/math/range.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/math/range.hpp	2011-11-30 01:32:27 UTC (rev 10458)
+++ mlpack/trunk/src/mlpack/core/math/range.hpp	2011-11-30 01:44:15 UTC (rev 10459)
@@ -7,8 +7,6 @@
 #ifndef __MLPACK_CORE_MATH_RANGE_HPP
 #define __MLPACK_CORE_MATH_RANGE_HPP
 
-#include <vector>
-
 namespace mlpack {
 namespace math {
 

Modified: mlpack/trunk/src/mlpack/core/utilities/save_restore_utility_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/utilities/save_restore_utility_impl.hpp	2011-11-30 01:32:27 UTC (rev 10458)
+++ mlpack/trunk/src/mlpack/core/utilities/save_restore_utility_impl.hpp	2011-11-30 01:44:15 UTC (rev 10459)
@@ -29,6 +29,7 @@
   {
     Log::Fatal << "Missing the correct name\n";
   }
+  return t;
 }
 template<typename T>
 void SaveRestoreUtility::SaveParameter(T& t, std::string name)




More information about the mlpack-svn mailing list