summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-26 23:21:37 +0200
committerAnton Khirnov <anton@khirnov.net>2022-08-26 23:21:37 +0200
commitd42045155e75f0569e435c07f1639df19ad0f35f (patch)
tree68e85bf258881bfee6249a06fcdf9b9ba97daa37
parent4cf4cc528c275dd583ea592ffb3a351f7d4d5f12 (diff)
qms: actually set outer_smooth_fact
-rw-r--r--src/qms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qms.c b/src/qms.c
index 0634929..a70ca03 100644
--- a/src/qms.c
+++ b/src/qms.c
@@ -1676,6 +1676,7 @@ static int context_init(cGH *gh, int solve_level, int solve_level_max, int fd_st
qms->cfl_factor = cfl_factor;
qms->adaptive_step = adaptive_step;
qms->boundary_offset = boundary_offset;
+ qms->outer_smooth_fact = outer_smooth_fact;
for (int i = 0; i < ARRAY_ELEMS(log_levels); i++) {
if (!strcmp(loglevel_str, log_levels[i].str)) {