diff options
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 50f6ce57..e1e0a4b4 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -682,6 +682,8 @@ int main(int argc, char *argv[]) } free(output_file); + write_command(stream, argc, argv); + image.det = det; image.width = det->max_fs + 1; image.height = det->max_ss + 1; |