Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and lambday committed Jul 13, 2016
1 parent d2944c5 commit 6b0d6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/kernel/CombinedKernel.cpp
Expand Up @@ -860,7 +860,7 @@ CCombinedKernel* CCombinedKernel::obtain_from_generic(CKernel* kernel)
if (kernel->get_kernel_type()!=K_COMBINED)
{
SG_SERROR("CCombinedKernel::obtain_from_generic(): provided kernel is "
"not of type CGaussianKernel!\n");
"not of type CCombinedKernel!\n");
}

/* since an additional reference is returned */
Expand Down

0 comments on commit 6b0d6ce

Please sign in to comment.