From 2400441598cd7876949f6b1ed52c14b6e469368c Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Thu, 8 May 2014 16:21:34 +0200 Subject: Make partial sim write command line into stream file --- src/partial_sim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/partial_sim.c') 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; -- cgit v1.2.3