Skip to content

Commit b6351be

Browse files
committed
Add a comment about a possible corner care
1 parent b0fbac0 commit b6351be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Reader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ IAtom readAtomFast(String line, IChemObjectBuilder builder, Map<IAtom,Integer> p
704704
hcount = readMolfileInt(line, 42);
705705
case 42: // sss: stereo parity
706706
parity = toInt(line.charAt(41));
707+
// case 40: SAChem: I don't think this can happen in a valid molfile, maybe with a trailing tab?
707708
case 39: // ccc: charge
708709
charge = toCharge(line.charAt(38));
709710
case 36: // dd: mass difference

0 commit comments

Comments
 (0)