Skip to content

Commit

Permalink
we need to set the private data members in LaplacianInferenceMethod t…
Browse files Browse the repository at this point in the history
…o be protected
  • Loading branch information
yorkerlin committed Mar 12, 2014
1 parent f2a43b5 commit 854ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/machine/gp/LaplacianInferenceMethod.h
Expand Up @@ -284,7 +284,7 @@ class CLaplacianInferenceMethod: public CInferenceMethod
private:
void init();

private:
protected:
/** amount of tolerance for Newton's iterations */
float64_t m_tolerance;

Expand Down

0 comments on commit 854ff67

Please sign in to comment.