Skip to content

Commit

Permalink
Removed (too) early erasure of atom/bond data after storing data (see…
Browse files Browse the repository at this point in the history
… CDK bug #2817469)

git-svn-id: https://bioclipse.svn.sourceforge.net/svnroot/bioclipse/bioclipse2/trunk@11614 fcb5ba71-d80d-0410-8237-ba3920747fcc
  • Loading branch information
egonw authored and egonw committed Jul 29, 2009
1 parent a78f80b commit b56c8ab
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -1464,7 +1464,6 @@ protected void storeAtomData() {
// assume this is the current working list
bondElid = elid;
}
newAtomData();
}

protected void storeBondData() {
Expand Down Expand Up @@ -1562,7 +1561,6 @@ protected void storeBondData() {
currentMolecule.addBond(currentBond);
}
}
newBondData();
}

protected int addArrayElementsTo(List<String> toAddto, String array) {
Expand Down

0 comments on commit b56c8ab

Please sign in to comment.