Skip to content
Snippets Groups Projects
Commit f1b7686e authored by erwan's avatar erwan
Browse files

Fix: with -rif, send '#quit' instead of 'q' to quit (so that sim2chro is not confused)

parent 82e12726
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,6 @@ let () =
| Silent i ->
let str = if args.rif then "#" else "" in
Printf.eprintf "\n%sThis algo is silent after %i steps\n" str i ;
print_string "\nq\n";
print_string "\n#quit\n";
flush stderr;
flush stdout
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment