A utility method should be added to find the smallest ring size of an atom or bond. Prototype: ```java int calcSmallestRing(IAtom atom, int rmax); int calcSmallestRing(IBond bond, int rmax); ```
A utility method should be added to find the smallest ring size of an atom or bond.
Prototype: