mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
add support for replacements in smiles and smarts.
remove SmilesToMol and SmartsToMol from RDKFuncs (they leaked) remove useless wrapper file (SmilesParseOps.i).
This commit is contained in:
@@ -159,7 +159,6 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../SanitException.i"
|
||||
%include "../SmilesParse.i"
|
||||
%include "../SmilesWrite.i"
|
||||
%include "../SmilesParseOps.i"
|
||||
%include "../SmartsWrite.i"
|
||||
%include "../MolOps.i"
|
||||
%include "../MolSupplier.i"
|
||||
@@ -207,6 +206,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%template(Long_Pair) std::pair<boost::int64_t,int>;
|
||||
|
||||
/* map */
|
||||
%template(String_String_Map) std::map<std::string,std::string>;
|
||||
%template(Int_Int_Map) std::map<int,int>;
|
||||
%template(Int_Point2D_Map) std::map<int, RDGeom::Point2D>;
|
||||
%template(Int_Point3D_Map) std::map<int, RDGeom::Point3D>;
|
||||
|
||||
Reference in New Issue
Block a user