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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Oct 2 17:50:07 EDT 2013


Author: rcurtin
Date: Wed Oct  2 17:50:07 2013
New Revision: 15903

Log:
Make function static.


Modified:
   mlpack/trunk/src/mlpack/methods/gmm/no_constraint.hpp

Modified: mlpack/trunk/src/mlpack/methods/gmm/no_constraint.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/no_constraint.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/gmm/no_constraint.hpp	Wed Oct  2 17:50:07 2013
@@ -21,7 +21,7 @@
 {
  public:
   //! Do nothing, and do not modify the covariance matrix.
-  void ApplyConstraint(const arma::mat& /* covariance */) { }
+  static void ApplyConstraint(const arma::mat& /* covariance */) { }
 };
 
 }; // namespace gmm



More information about the mlpack-svn mailing list