Skip to content

Commit

Permalink
#1254 SMARTS with component-level grouping saved without '()'
Browse files Browse the repository at this point in the history
Fix formating.
  • Loading branch information
AliaksandrDziarkach committed Sep 13, 2023
1 parent b95b6ab commit 2724b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/indigo-core/molecule/src/query_molecule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ void QueryMolecule::getQueryAtomLabel(int qa, Array<char>& result)
result.readString(it->second.c_str(), true);
}

void QueryMolecule::getComponentNeighbors(std::list<std::unordered_set<int>> &componentNeighbors)
void QueryMolecule::getComponentNeighbors(std::list<std::unordered_set<int>>& componentNeighbors)
{
std::unordered_map<int, std::unordered_set<int>> componentAtoms;
for (int i = 0; i < components.size(); ++i)
Expand Down

0 comments on commit 2724b9e

Please sign in to comment.