Skip to content

Commit

Permalink
Fix for wrong variable commenting out
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Mar 11, 2012
1 parent cb7c871 commit b5e2976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/classifier/mkl/MKL.cpp
Expand Up @@ -407,7 +407,7 @@ bool CMKL::perform_mkl_step(
ASSERT(nweights==num_kernels);
float64_t* beta = SG_MALLOC(float64_t, num_kernels);

//int32_t inner_iters=0;
int32_t inner_iters=0;
float64_t mkl_objective=0;

mkl_objective=-suma;
Expand Down

0 comments on commit b5e2976

Please sign in to comment.