Skip to content

Commit

Permalink
Merge pull request #751 from iglesias/master
Browse files Browse the repository at this point in the history
fix compilation error with MOSEK support
  • Loading branch information
lisitsyn committed Aug 22, 2012
2 parents 157fba3 + b985ee1 commit 8122bd8
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 8122bd8

Please sign in to comment.