[mlpack] 100/149: Pedanticism: return a value at the end of main().

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:14 UTC 2015


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

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit b49128a27faec2760cd79e9b688dcf820336138a
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Nov 18 21:36:23 2014 +0000

    Pedanticism: return a value at the end of main().
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17378 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/methods/pca/pca_main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/methods/pca/pca_main.cpp b/src/mlpack/methods/pca/pca_main.cpp
index 6277c5b..422b2a6 100644
--- a/src/mlpack/methods/pca/pca_main.cpp
+++ b/src/mlpack/methods/pca/pca_main.cpp
@@ -80,4 +80,6 @@ int main(int argc, char** argv)
   // Now save the results.
   string outputFile = CLI::GetParam<string>("output_file");
   data::Save(outputFile, dataset);
+
+  return 0;
 }

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