Commit 872d9c2
committed
molecule_draw doesn't increment implicitHydrogens counts when searching for backbone.
Previously it would do a makeHydrogensImplicit() call on a shallow copy of the molecule.
This would not delete the hydrogens from that molecule, but WOULD increment the
implicitHydrogens counts on the atoms in it, leading to escalating H populations!1 parent e7931ca commit 872d9c2
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
582 | 584 | | |
583 | 585 | | |
584 | 586 | | |
| |||
0 commit comments