[mlpack-svn] r14800 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 1 19:06:58 EDT 2013


Author: rcurtin
Date: 2013-04-01 19:06:58 -0400 (Mon, 01 Apr 2013)
New Revision: 14800

Modified:
   mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp
Log:
Update name of inclusion guard to fit with the rest of them.


Modified: mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp	2013-04-01 22:12:43 UTC (rev 14799)
+++ mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp	2013-04-01 23:06:58 UTC (rev 14800)
@@ -7,8 +7,8 @@
  *
  * @experimental
  */
-#ifndef SAVE_RESTORE_MODEL_HPP
-#define SAVE_RESTORE_MODEL_HPP
+#ifndef __MLPACK_CORE_UTIL_SAVE_RESTORE_MODEL_HPP
+#define __MLPACK_CORE_UTIL_SAVE_RESTORE_MODEL_HPP
 
 #include <list>
 #include <map>




More information about the mlpack-svn mailing list