Skip to content

Commit

Permalink
step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Jan 13, 2025
1 parent 2f50790 commit e34c99f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions core/indigo-core/reaction/src/reaction_json_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ void ReactionJsonLoader::loadReaction(BaseReaction& rxn)
break;
}
}
//else
// parseOneArrowReaction(rxn);
}

void ReactionJsonLoader::parseOneArrowReaction(BaseReaction& rxn)
Expand Down
2 changes: 1 addition & 1 deletion utils/indigo-depict/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ int main(int argc, char* argv[])
_prepare(obj, p.aromatization);
if (p.action == ACTION_LAYOUT)
{
//indigoLayout(obj);
indigoLayout(obj);
if (p.out_ext == OEXT_CML)
indigoSaveCmlToFile(obj, p.outfile);
else if (p.out_ext == OEXT_RXN)
Expand Down

0 comments on commit e34c99f

Please sign in to comment.