[mlpack-git] master: Minor cleanup of double header inclusion and file comments. (3b9e6e3)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Mar 23 08:54:54 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/2adbba4c04428f296bc6152ccbcf3e0ffcf1caa4...e0e54db5b47e2af1cbd0d9b2b272035483a0df27

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

commit 3b9e6e362c81b137a90888ec486cbe631e709d52
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Mon Mar 23 13:06:29 2015 +0100

    Minor cleanup of double header inclusion and file comments.


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

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

diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index bc7d436..cd094b1 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -1,13 +1,11 @@
 /**
- * @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.
+ * Test of the toString functionality.
  **/
 
 #include <mlpack/core.hpp>
-#include <mlpack/core.hpp>
 #include <boost/test/unit_test.hpp>
 #include "old_boost_test_definitions.hpp"
 
@@ -16,7 +14,6 @@
 #include <mlpack/core/metrics/mahalanobis_distance.hpp>
 
 #include <mlpack/core/kernels/pspectrum_string_kernel.hpp>
-#include <mlpack/core/kernels/pspectrum_string_kernel.hpp>
 #include <mlpack/core/kernels/example_kernel.hpp>
 
 #include <mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp>



More information about the mlpack-git mailing list