Skip to content
Snippets Groups Projects
Commit 59eb50d1 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

WRG: correction otbsvm\svm.h(216) : warning C4138: '*/'

parent 35697825
Branches
Tags
No related merge requests found
......@@ -213,7 +213,7 @@ public:
// index is the current value
// isAtEnd to indicate that it's the last possible derivation
// baseValue is the constant of the formula
virtual double derivative(const svm_node * /*x*/, const svm_node */*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const
virtual double derivative(const svm_node * /*x*/, const svm_node * /*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const
{
itkGenericExceptionMacro(<<"derivative method not definied (Null)");
return 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment