Skip to content

Commit

Permalink
sort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Jan 30, 2025
1 parent 4336396 commit f6c2d63
Showing 1 changed file with 1 addition and 1 deletion.
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 f6c2d63

Please sign in to comment.