Skip to content

Commit

Permalink
Removed warning in kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jun 25, 2012
1 parent f765117 commit cf577de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/kernel/Kernel.cpp
Expand Up @@ -950,4 +950,5 @@ SGMatrix<float64_t> CKernel::get_parameter_gradient(const char* param_name)
{
SG_ERROR("Derivative with respect to parameter %s not implemented in kernel (%s).",
param_name, get_name());
return SGMatrix<float64_t>();
}

0 comments on commit cf577de

Please sign in to comment.