Created
June 1, 2016 15:51
-
-
Save johnmay/eb420fda502b70a6d7ecd1455448721c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MDLV2000Reader mdlr = ...; | |
IAtomContainer mol; | |
while ((mol = mdlr.read(new AtomContainer(0,0,0,0)) != null) { | |
// do something with mol | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment