Skip to content

Commit

Permalink
Fixed position of eigen3 guard in student t likelihood class
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 2, 2012
1 parent 6579577 commit 47ed83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/regression/gp/StudentsTLikelihood.cpp
Expand Up @@ -11,9 +11,9 @@
*
*/

#ifdef HAVE_EIGEN3

#include <shogun/regression/gp/StudentsTLikelihood.h>
#ifdef HAVE_EIGEN3
#include <shogun/modelselection/ParameterCombination.h>
#include <shogun/mathematics/Statistics.h>
#include <shogun/base/Parameter.h>
Expand Down

0 comments on commit 47ed83f

Please sign in to comment.