Skip to content

Commit

Permalink
Made get_w() const
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 12, 2012
1 parent da7b758 commit d7979c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/machine/LinearMachine.h
Expand Up @@ -74,7 +74,7 @@ class CLinearMachine : public CMachine
*
* @return weight vector
*/
inline SGVector<float64_t> get_w()
inline SGVector<float64_t> get_w() const
{
return w;
}
Expand Down

0 comments on commit d7979c8

Please sign in to comment.