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 UTs
  • Loading branch information
AliaksandrDziarkach committed Sep 12, 2023
1 parent c435b84 commit b771b83
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 @@ -26,7 +26,7 @@

using namespace indigo;

QueryMolecule::QueryMolecule() : spatial_constraints(*this)
QueryMolecule::QueryMolecule() : spatial_constraints(*this), _component_neighbors_valid(false)
{
}

Expand Down

0 comments on commit b771b83

Please sign in to comment.