Skip to content

Commit

Permalink
ignore constructor with two SGVector arguments in csharp interface
Browse files Browse the repository at this point in the history
since it is currently causing build failures
  • Loading branch information
Soeren Sonnenburg committed Jul 8, 2012
1 parent a838aaa commit 0746d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -15,6 +15,7 @@
%ignore shogun::CKernelMachine::CKernelMachine(CKernel* k, const SGVector<float64_t> alphas, const SGVector<int32_t> svs, float64_t b);
%ignore shogun::SGMatrix::matrix_multiply;
%ignore shogun::CStructuredModel::init_opt;
%ignore shogun::CIndexBlockTree::CIndexBlockTree(SGVector<float64_t> G, SGVector<float64_t> ind_t);
#endif

%ignore refcount_t;
Expand Down

0 comments on commit 0746d4a

Please sign in to comment.