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

Chore: add comments in generated files

parent ba926589
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,9 @@ let (f: string list -> string * string -> unit) = ...@@ -70,9 +70,9 @@ let (f: string list -> string * string -> unit) =
let to_string _ = \"define_me\" let to_string _ = \"define_me\"
let of_string = None let of_string = None
let copy x = x let copy x = x
let potential = None let potential = None (* None => only -sd, -cd, -lcd, -dd, or -custd are possible *)
let legitimate = None let legitimate = None (* None => only silent configuration are legitimate *)
let fault = None let fault = None (* None => the simulation stop once a legitimate configuration is reached *)
"; ";
flush oc; flush oc;
close_out oc; close_out oc;
......
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