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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed May 9 16:30:17 EDT 2012


Author: rcurtin
Date: 2012-05-09 16:30:16 -0400 (Wed, 09 May 2012)
New Revision: 12666

Modified:
   mlpack/trunk/src/mlpack/core/util/timers.cpp
Log:
This bothers me a lot more than it should.
(used to say "5mins,4.3secs", now says "5mins, 4.3secs")


Modified: mlpack/trunk/src/mlpack/core/util/timers.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/timers.cpp	2012-05-09 20:26:37 UTC (rev 12665)
+++ mlpack/trunk/src/mlpack/core/util/timers.cpp	2012-05-09 20:30:16 UTC (rev 12666)
@@ -105,7 +105,7 @@
     if (seconds > 0)
     {
       if (output)
-        Log::Info << ",";
+        Log::Info << ", ";
       Log::Info << seconds << "." << std::setw(1) << (t.tv_usec / 100000) <<
           "secs";
       output = true;




More information about the mlpack-svn mailing list