Skip to content

Commit

Permalink
Revert "fixes a compile error when LAPACK isnt installed"
Browse files Browse the repository at this point in the history
This reverts commit c464e7a.
  • Loading branch information
Soeren Sonnenburg committed Jul 13, 2012
1 parent 4d4855e commit fdd7763
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shogun/statistics/LinearTimeMMD.cpp
Expand Up @@ -55,7 +55,6 @@ CLinearTimeMMD::~CLinearTimeMMD()

void CLinearTimeMMD::init()
{
#ifdef HAVE_LAPACK
SG_ADD(&m_opt_max_iterations, "opt_max_iterations", "Maximum number of "
"iterations for qp solver", MS_NOT_AVAILABLE);
SG_ADD(&m_opt_epsilon, "opt_epsilon", "Stopping criterion for qp solver",
Expand All @@ -69,7 +68,6 @@ void CLinearTimeMMD::init()
m_opt_epsilon=10E-15;
m_opt_low_cut=10E-7;
m_opt_regularization_eps=0;
#endif //HAVE_LAPACK
}

float64_t CLinearTimeMMD::compute_statistic()
Expand Down

0 comments on commit fdd7763

Please sign in to comment.