[mlpack-svn] r13816 - mlpack/trunk/src/mlpack/core/util
fastlab-svn at coffeetalk-1.cc.gatech.edu
fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Nov 1 12:37:54 EDT 2012
Author: rcurtin
Date: 2012-11-01 12:37:54 -0400 (Thu, 01 Nov 2012)
New Revision: 13816
Modified:
mlpack/trunk/src/mlpack/core/util/save_restore_utility.cpp
Log:
Oops, I missed one utilities -> util change.
Modified: mlpack/trunk/src/mlpack/core/util/save_restore_utility.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/save_restore_utility.cpp 2012-11-01 14:59:54 UTC (rev 13815)
+++ mlpack/trunk/src/mlpack/core/util/save_restore_utility.cpp 2012-11-01 16:37:54 UTC (rev 13816)
@@ -1,5 +1,5 @@
/**
- * @file utilities/save_restore_utility.cpp
+ * @file save_restore_utility.cpp
* @author Neil Slagle
*
* The SaveRestoreUtility provides helper functions in saving and
@@ -184,7 +184,7 @@
// Special template specializations for vectors.
namespace mlpack {
-namespace utilities {
+namespace util {
template<>
arma::vec& SaveRestoreUtility::LoadParameter(arma::vec& t,
@@ -200,5 +200,5 @@
SaveParameter((const arma::mat&) t, name);
}
-}; // namespace utilities
+}; // namespace util
}; // namespace mlpack
More information about the mlpack-svn
mailing list