[mlpack-git] mlpack-1.0.x: Minor comment fix. (c3e9fd5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 11:56:39 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...904762495c039e345beba14c1142fd719b3bd50e

>---------------------------------------------------------------

commit c3e9fd5c71bbb742facb0ae83249b2334bb0759d
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 14:50:15 2014 +0000

    Minor comment fix.


>---------------------------------------------------------------

c3e9fd5c71bbb742facb0ae83249b2334bb0759d
 src/mlpack/tests/to_string_test.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index 0b86d18..6a75251 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -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-git mailing list