mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
12 lines
190 B
OpenEdge ABL
12 lines
190 B
OpenEdge ABL
|
|
%{
|
|
#include <DataStructs/BitOps.h>
|
|
#include <DataStructs/ExplicitBitVect.h>
|
|
#include "DiversityPick.h"
|
|
%}
|
|
|
|
%template(EBV_Vect) std::vector< ExplicitBitVect >;
|
|
|
|
%include "DiversityPick.h";
|
|
|