[mlpack] 14/35: Fix misspelled parameter name.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Sep 15 23:29:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 2212984a648d3a0d6a0ea9a5d5ab64c045157358
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jul 13 13:41:28 2016 -0400

    Fix misspelled parameter name.
---
 src/mlpack/methods/neighbor_search/kfn_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/kfn_main.cpp b/src/mlpack/methods/neighbor_search/kfn_main.cpp
index 9f6ba65..6f70ec1 100644
--- a/src/mlpack/methods/neighbor_search/kfn_main.cpp
+++ b/src/mlpack/methods/neighbor_search/kfn_main.cpp
@@ -247,7 +247,7 @@ int main(int argc, char *argv[])
 
   if (CLI::HasParam("output_model_file"))
   {
-    const string outputModelFile = CLI::GetParam<string>("output_model_File");
+    const string outputModelFile = CLI::GetParam<string>("output_model_file");
     data::Save(outputModelFile, "kfn_model", kfn);
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list