Skip to content

Commit

Permalink
fix compile error in csharp modular
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jun 8, 2012
1 parent c15f5a5 commit edcd31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -13,6 +13,7 @@

#ifdef SWIGCSHARP
%ignore shogun::CKernelMachine::CKernelMachine(CKernel* k, const SGVector<float64_t> alphas, const SGVector<int32_t> svs, float64_t b);
%ignore shogun::SGMatrix::matrix_multiply;
#endif

%ignore cleanup;
Expand Down

0 comments on commit edcd31c

Please sign in to comment.