[mlpack-git] master: Fix grammar issue. (eadb92a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Oct 20 09:48:02 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/67e0a132c7f62820c734eb508fe1bc83128a3e13...00eccfdb0d315de3d94bfa1da84cc1dc65c8af39

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

commit eadb92a8d2d073aba27c425df916a5fd9ea0a319
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Oct 20 12:59:34 2015 +0000

    Fix grammar issue.


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

eadb92a8d2d073aba27c425df916a5fd9ea0a319
 src/mlpack/methods/neighbor_search/allknn_main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/neighbor_search/allknn_main.cpp b/src/mlpack/methods/neighbor_search/allknn_main.cpp
index 18eae03..fbe9bad 100644
--- a/src/mlpack/methods/neighbor_search/allknn_main.cpp
+++ b/src/mlpack/methods/neighbor_search/allknn_main.cpp
@@ -111,8 +111,8 @@ int main(int argc, char *argv[])
       Log::Warn << "--random_basis (-R) will be ignored because "
           << "--input_model_file is specified." << endl;
     if (CLI::HasParam("naive"))
-      Log::Warn << "--naive (-N) will be ignored because --input_model_file "
-          << "is specified" << endl;
+      Log::Warn << "--naive (-N) will be ignored because --input_model_file is "
+          << "specified." << endl;
   }
 
   // The user should give something to do...



More information about the mlpack-git mailing list