mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
make these work with non-java wrappers
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
%template(Bond_Vect) std::vector<RDKit::Bond*>;
|
||||
|
||||
%include "enums.swg"
|
||||
#if swifjava
|
||||
%javaconst(1);
|
||||
#endif
|
||||
%include <GraphMol/Atom.h>
|
||||
|
||||
%newobject RDKit::Atom::getProp;
|
||||
|
||||
Reference in New Issue
Block a user