Skip to content

Commit

Permalink
fix #4098
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 26, 2020
1 parent f919380 commit 626d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_array_full.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace smt {
}

theory* theory_array_full::mk_fresh(context* new_ctx) {
return alloc(theory_array_full, new_ctx->get_manager(), m_params);
return alloc(theory_array_full, new_ctx->get_manager(), new_ctx->get_fparams());
}

void theory_array_full::add_map(theory_var v, enode* s) {
Expand Down

0 comments on commit 626d018

Please sign in to comment.