Skip to content

Commit

Permalink
Can't make this assumption to skip non-planar bond assignment (bold/h…
Browse files Browse the repository at this point in the history
…ash wedges) as we also use it to assign wiggly bonds.
  • Loading branch information
johnmay committed Aug 5, 2016
1 parent 868adff commit 171cb27
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 171cb27

Please sign in to comment.