Skip to content

Commit

Permalink
Merge pull request #213 from cdk/patch/sdgwigglybonds
Browse files Browse the repository at this point in the history
Can't make this assumption to skip non-planar bond assignment (bold/h…
  • Loading branch information
egonw committed Aug 8, 2016
2 parents 9a777a9 + 171cb27 commit f33b396
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -725,8 +725,9 @@ private void prepareRingSystems() {
}

private void assignStereochem(IAtomContainer molecule) {
if (!molecule.stereoElements().iterator().hasNext())
return;
// XXX: can't check this unless we store 'unspecified' double bonds
// if (!molecule.stereoElements().iterator().hasNext())
// return;

// assign up/down labels, this doesn't not alter layout and could be
// done on-demand (e.g. when writing a MDL Molfile)
Expand Down

0 comments on commit f33b396

Please sign in to comment.