[mlpack-svn] r10896 - mlpack/tags/mlpack-1.0.0/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 17 04:41:08 EST 2011


Author: rcurtin
Date: 2011-12-17 04:41:07 -0500 (Sat, 17 Dec 2011)
New Revision: 10896

Modified:
   mlpack/tags/mlpack-1.0.0/src/mlpack/core/util/cli.cpp
Log:
Please cite MLPACK...


Modified: mlpack/tags/mlpack-1.0.0/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/tags/mlpack-1.0.0/src/mlpack/core/util/cli.cpp	2011-12-17 09:29:58 UTC (rev 10895)
+++ mlpack/tags/mlpack-1.0.0/src/mlpack/core/util/cli.cpp	2011-12-17 09:41:07 UTC (rev 10896)
@@ -93,7 +93,11 @@
   // options.  This way this output doesn't show up inexplicably for someone who
   // may not have wanted it there (i.e. in Boost unit tests).
   if (didParse)
+  {
     Log::Debug << "Compiled with debugging symbols." << std::endl;
+    Log::Info << "Please cite MLPACK in your work!  See http://mlpack.org/ for "
+        "a citation.";
+  }
 
   return;
 }




More information about the mlpack-svn mailing list