[mlpack-svn] r16889 - mlpack/tags/mlpack-1.0.9/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 28 10:50:15 EDT 2014


Author: rcurtin
Date: Mon Jul 28 10:50:15 2014
New Revision: 16889

Log:
Minor comment fix.


Modified:
   mlpack/tags/mlpack-1.0.9/src/mlpack/tests/to_string_test.cpp

Modified: mlpack/tags/mlpack-1.0.9/src/mlpack/tests/to_string_test.cpp
==============================================================================
--- mlpack/tags/mlpack-1.0.9/src/mlpack/tests/to_string_test.cpp	(original)
+++ mlpack/tags/mlpack-1.0.9/src/mlpack/tests/to_string_test.cpp	Mon Jul 28 10:50:15 2014
@@ -1,11 +1,10 @@
 /**
- * @file ToStringTest.cpp
+ * @file to_string_test.cpp
  * @author Ryan Birmingham
  *
  * Test of the AugmentedLagrangian class using the test functions defined in
  * aug_lagrangian_test_functions.hpp.
- **/
-
+ */
 #include <mlpack/core.hpp>
 #include <mlpack/core.hpp>
 #include <boost/test/unit_test.hpp>



More information about the mlpack-svn mailing list