Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* fix compilation error with MOSEK support
  • Loading branch information
iglesias committed Aug 22, 2012
1 parent 157fba3 commit b985ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/structure/PrimalMosekSOSVM.cpp
Expand Up @@ -44,7 +44,7 @@ bool CPrimalMosekSOSVM::train_machine(CFeatures* data)
if (data)
set_features(data);

CDotFeatures* model_features = get_features();
CFeatures* model_features = get_features();
// Check that the scenary is correct to start with training
m_model->check_training_setup();

Expand Down

0 comments on commit b985ee1

Please sign in to comment.