Skip to content

Commit

Permalink
Late fix for java serialization dummies
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Mar 21, 2012
1 parent ba918e6 commit 2002a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/modular/Library.i
Expand Up @@ -420,12 +420,14 @@ namespace shogun
SERIALIZABLE_DUMMY(CDynamicArray<float64_t>);
#endif
%template(DynamicPlifArray) DynArray<shogun::CPlifBase*>;
SERIALIZABLE_DUMMY(DynArray<shogun::CPlifBase*>);
}
/* Template Class GCArray */
%include <shogun/lib/GCArray.h>
namespace shogun
{
%template(PlifGCArray) CGCArray<shogun::CPlifBase*>;
SERIALIZABLE_DUMMY(CGCArray<shogun::CPlifBase*>);
}

/* Hash */
Expand Down

0 comments on commit 2002a08

Please sign in to comment.