Skip to content

Commit

Permalink
Restored plif array things
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Mar 20, 2012
1 parent df1b927 commit 6b510fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/interfaces/modular/Library.i
Expand Up @@ -373,10 +373,10 @@ namespace shogun
}



/* Include Class Headers to make them visible from within the target language */
/* Template Class DynamicArray */
%include <shogun/lib/DynamicArray.h>
%include <shogun/base/DynArray.h>
namespace shogun
{
#ifdef USE_CHAR
Expand Down Expand Up @@ -419,9 +419,14 @@ namespace shogun
%template(DynamicRealArray) CDynamicArray<float64_t>;
SERIALIZABLE_DUMMY(CDynamicArray<float64_t>);
#endif
%template(DynamicPlifArray) DynArray<shogun::CPlifBase*>;
}
/* Template Class GCArray */
%include <shogun/lib/GCArray.h>
namespace shogun
{
%template(PlifGCArray) CGCArray<shogun::CPlifBase*>;
}

/* Hash */
%include <shogun/lib/Hash.h>
Expand Down Expand Up @@ -475,7 +480,6 @@ namespace shogun
}*/

%include <shogun/lib/Cache.h>
%include <shogun/lib/GCArray.h>
%include <shogun/lib/List.h>
%include <shogun/lib/Signal.h>
%include <shogun/lib/Time.h>
Expand Down

0 comments on commit 6b510fc

Please sign in to comment.