Skip to content

Commit

Permalink
Forgot init
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert Van Renesse committed Aug 20, 2023
1 parent e26d45e commit 9ee37a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harmony_model_checker/charm/charm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,7 @@ int exec_model_checker(int argc, char **argv){
struct state *state = calloc(1, sizeof(struct state) + sizeof(hvalue_t) + 1);
state->vars = VALUE_DICT;
hvalue_t ictx = value_put_context(&engine, init_ctx);
state->chooser = -1;
state->bagsize = 1;
state_contexts(state)[0] = ictx;
multiplicities(state)[0] = 1;
Expand Down

0 comments on commit 9ee37a1

Please sign in to comment.