Skip to content

Commit 402bdb6

Browse files
Aliakasndr DziarkachAliakasndr Dziarkach
authored andcommitted
#1319 Directional bonds not work with SMARTS
Fix typo
1 parent 2b6bde2 commit 402bdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/indigo-core/molecule/query_molecule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ namespace indigo
313313

314314
static std::string getSmartsBondStr(QueryMolecule::Bond* bond);
315315
static void writeSmartsBond(Output& output, QueryMolecule::Bond* bond, bool has_or_parent);
316-
static std::string QueryMolecule::getSmartsAtomStr(QueryMolecule::Atom* atom);
317-
static void QueryMolecule::writeSmartsAtom(Output& output, Atom* atom, int aam, int chirality, int depth, bool has_or_parent, bool has_not_parent);
316+
static std::string getSmartsAtomStr(QueryMolecule::Atom* atom);
317+
static void writeSmartsAtom(Output& output, Atom* atom, int aam, int chirality, int depth, bool has_or_parent, bool has_not_parent);
318318

319319
enum QUERY_ATOM
320320
{

0 commit comments

Comments
 (0)