mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
add props; expose RingInfo class; some other cleanups
This commit is contained in:
@@ -28,7 +28,13 @@ bool HasSubstructMatch(ROMol &mol,ROMol &query,bool useChirality,
|
||||
MatchVectType mv;
|
||||
return SubstructMatch(mol,query,mv,true,useChirality,registerQuery);
|
||||
};
|
||||
|
||||
#if 0
|
||||
MatchVectType GetSubstructMatches(ROMol &mol,ROMol &query,bool useChirality,
|
||||
bool registerQuery){
|
||||
MatchVectType mv;
|
||||
return SubstructMatch(mol,query,mv,true,useChirality,registerQuery);
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user