Skip to content
Snippets Groups Projects
Commit 742f04b5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'fix_libsvm_verbosity' into 'develop'

BUG: fix verbosity of libsvm

See merge request orfeotoolbox/otb!308
parents 8aa9f900 6006143b
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ LibSVMMachineLearningModel<TInputValue,TOutputValue>
this->m_Problem.l = 0;
this->m_Problem.y = nullptr;
this->m_Problem.x = nullptr;
#ifndef NDEBUG
#ifdef NDEBUG
svm_set_print_string_function(&otb::Utils::PrintNothing);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment