Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile errors in java and csharp modular
  • Loading branch information
Soeren Sonnenburg committed Jun 27, 2012
1 parent d74ef69 commit 9d3c1a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/Library.i
Expand Up @@ -446,5 +446,6 @@ namespace shogun
%include <shogun/lib/Time.h>
%include <shogun/lib/Trie.h>
%include <shogun/lib/Compressor.h>
%include <shogun/lib/StructuredDataTypes.h>
%include <shogun/lib/StructuredData.h>
%include <shogun/lib/DynamicObjectArray.h>
1 change: 1 addition & 0 deletions src/interfaces/modular/Library_includes.i
Expand Up @@ -18,6 +18,7 @@
#include <shogun/lib/Hash.h>
#include <shogun/lib/GCArray.h>
#include <shogun/lib/Compressor.h>
#include <shogun/lib/StructuredDataTypes.h>
#include <shogun/lib/StructuredData.h>
#include <shogun/lib/DynamicObjectArray.h>
%}
1 change: 0 additions & 1 deletion src/interfaces/modular/Structure.i
Expand Up @@ -30,7 +30,6 @@
#endif /* USE_MOSEK */

/* Include Class Headers to make them visible from within the target language */
%include <shogun/lib/StructuredDataTypes.h>
%include <shogun/structure/PlifBase.h>
%include <shogun/structure/Plif.h>
%include <shogun/structure/PlifArray.h>
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/modular/Structure_includes.i
@@ -1,5 +1,4 @@
%{
#include <shogun/lib/StructuredDataTypes.h>
#include <shogun/structure/PlifBase.h>
#include <shogun/structure/Plif.h>
#include <shogun/structure/PlifArray.h>
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -14,6 +14,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;
%ignore shogun::CStructuredModel::init_opt;
#endif

%ignore cleanup;
Expand Down

0 comments on commit 9d3c1a1

Please sign in to comment.