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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:05:18 EST 2015


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

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

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

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

    Minor comment fix.


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

87e71482700fb9c5a66084eb7cc1745a32016c6e
 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