add props; expose RingInfo class; some other cleanups

This commit is contained in:
Greg Landrum
2008-01-22 06:32:09 +00:00
parent 9a7bc955d0
commit d04da501ac
6 changed files with 43 additions and 17 deletions

View File

@@ -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