Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created June 1, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmay/eb420fda502b70a6d7ecd1455448721c to your computer and use it in GitHub Desktop.
Save johnmay/eb420fda502b70a6d7ecd1455448721c to your computer and use it in GitHub Desktop.
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