[mlpack-svn] r16206 - mlpack/trunk/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Feb 3 21:46:49 EST 2014


Author: rcurtin
Date: Mon Feb  3 21:46:48 2014
New Revision: 16206

Log:
Update documentation (thanks Yubao).


Modified:
   mlpack/trunk/doc/guide/iodoc.hpp

Modified: mlpack/trunk/doc/guide/iodoc.hpp
==============================================================================
--- mlpack/trunk/doc/guide/iodoc.hpp	(original)
+++ mlpack/trunk/doc/guide/iodoc.hpp	Mon Feb  3 21:46:48 2014
@@ -31,8 +31,10 @@
 
 using namespace mlpack;
 
-int main()
+int main(int argc, char** argv)
 {
+  CLI::ParseCommandLine(argc, argv);
+
   Log::Debug << "Compiled with debugging symbols." << std::endl;
 
   Log::Info << "Some test informational output." << std::endl;



More information about the mlpack-svn mailing list