Skip to content

Commit

Permalink
#1319 Directional bonds not work with SMARTS
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Aliakasndr Dziarkach authored and Aliakasndr Dziarkach committed Oct 13, 2023
1 parent 2b6bde2 commit 402bdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/indigo-core/molecule/query_molecule.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ namespace indigo

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

enum QUERY_ATOM
{
Expand Down

0 comments on commit 402bdb6

Please sign in to comment.