[mlpack-svn] r14232 - mlpack/branches/mlpack-1.x/src/mlpack/core/data

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Feb 8 15:25:18 EST 2013


Author: rcurtin
Date: 2013-02-08 15:25:18 -0500 (Fri, 08 Feb 2013)
New Revision: 14232

Modified:
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp
Log:
Merge better output from trunk.



Property changes on: mlpack/branches/mlpack-1.x/src/mlpack/core/data
___________________________________________________________________
Added: svn:mergeinfo
   + /mlpack/trunk/src/mlpack/core/data:13981-14231

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp	2013-02-08 20:24:49 UTC (rev 14231)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp	2013-02-08 20:25:18 UTC (rev 14232)
@@ -178,7 +178,8 @@
     Log::Warn << "Loading '" << filename << "' as " << stringType << "; "
         << "but this may not be the actual filetype!" << std::endl;
   else
-    Log::Info << "Loading '" << filename << "' as " << stringType << ".  ";
+    Log::Info << "Loading '" << filename << "' as " << stringType << ".  "
+        << std::flush;
 
   bool success = matrix.load(stream, loadType);
 




More information about the mlpack-svn mailing list