Skip to content

Commit

Permalink
margins
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Nov 29, 2024
1 parent 48035a2 commit 1d41459
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 @@ -1058,7 +1058,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 1d41459

Please sign in to comment.