Skip to content

Commit

Permalink
free center fix
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Oct 8, 2023
1 parent 434a81b commit e1f5f74
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 @@ -917,7 +917,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_MOL)
indigoSaveMolfileToFile(obj, p.outfile);
else if (p.out_ext == OEXT_KET)
Expand Down

0 comments on commit e1f5f74

Please sign in to comment.