Skip to content

Commit

Permalink
Added missed close paren to Cplex
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jun 9, 2012
1 parent 7b35a82 commit 06aee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/Cplex.cpp
Expand Up @@ -430,7 +430,7 @@ bool CCplex::setup_lpm(
amatind[offs]=row;
amatval[offs]=y->get_confidence(row)*val;
offs++;

}
}

x->clean_tsparse(sfeat, num_svec);
Expand Down

0 comments on commit 06aee69

Please sign in to comment.