mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
Exposes substructlibrary to swig (#2337)
* SWIG wrap SubstructLibrary * Fix tests * Fix virtual overload for tagAtoms * Add SubstructLibrary to swig
This commit is contained in:
committed by
Greg Landrum
parent
95eeec7b34
commit
af6d413ccc
@@ -224,6 +224,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../FilterCatalog.i"
|
||||
%include "../Trajectory.i"
|
||||
%include "../MolStandardize.i"
|
||||
%include "../SubstructLibrary.i"
|
||||
|
||||
// Create a class to throw various sorts of errors for testing. Required for unit tests in ErrorHandlingTests.java
|
||||
#ifdef INCLUDE_ERROR_GENERATOR
|
||||
|
||||
Reference in New Issue
Block a user