We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2724b9e commit f2af479Copy full SHA for f2af479
core/indigo-core/molecule/query_molecule.h
@@ -372,7 +372,7 @@ namespace indigo
372
// must belong to different connected components of the target molecule
373
Array<int> components;
374
375
- void getComponentNeighbors(std::list<std::unordered_set<int>> &componentNeighbors);
+ void getComponentNeighbors(std::list<std::unordered_set<int>>& componentNeighbors);
376
377
void invalidateAtom(int index, int mask) override;
378
0 commit comments