Skip to content

Commit

Permalink
initialized aromicNo with -1
Browse files Browse the repository at this point in the history
  • Loading branch information
thsa committed Jul 18, 2024
1 parent e1d5f13 commit 384f58f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public SmilesAtomParser(SmilesParser parser, int mode) {
mParentParser = parser;
mMode = mode;
mAllowCactvs = (mode & SmilesParser.MODE_NO_CACTUS_SYNTAX) == 0;
atomicNo = -1;
charge = 0;
mapNo = 0;
abnormalValence = -1;
Expand Down

0 comments on commit 384f58f

Please sign in to comment.