[mlpack-svn] r10875 - mlpack/trunk/src/mlpack/methods/gmm

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 17 01:40:11 EST 2011


Author: rcurtin
Date: 2011-12-17 01:40:10 -0500 (Sat, 17 Dec 2011)
New Revision: 10875

Modified:
   mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp
Log:
Explicit namespace usage.


Modified: mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp	2011-12-17 06:39:15 UTC (rev 10874)
+++ mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp	2011-12-17 06:40:10 UTC (rev 10875)
@@ -20,6 +20,7 @@
 
 using namespace mlpack;
 using namespace mlpack::gmm;
+using namespace mlpack::utilities;
 
 int main(int argc, char* argv[]) {
   CLI::ParseCommandLine(argc, argv);




More information about the mlpack-svn mailing list