Skip to content

Commit

Permalink
Code/GraphMol/Abbreviations/Abbreviations.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Jun 24, 2024
1 parent 5dfd7cf commit 1638a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/GraphMol/Abbreviations/Abbreviations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void condenseMolAbbreviations(
if (sanitize) {
auto ringInfo = mol.getRingInfo();
if (!ringInfo->isSymmSssr()) {
MolOps::symmetrizeSSSR(mol);
MolOps::symmetrizeSSSR(mol);// XXX
}
}
};
Expand Down

0 comments on commit 1638a21

Please sign in to comment.