aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-07-28 13:01:13 +0200
committerAnton Khirnov <anton@khirnov.net>2017-07-28 13:01:13 +0200
commit96830c5eed9bda549ba078a84381ce94438a8d36 (patch)
tree9b37c60d4c6d63b121bcc007de0af82e42cb678c /init.c
parente6be3f8851fcd578d2cdcec5d85cd96f6cc65162 (diff)
Add support for off-centered waves.
Bump SONAME due to ABI break.
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 0cc1f32..9e8e695 100644
--- a/init.c
+++ b/init.c
@@ -59,7 +59,7 @@ static int brill_init_check_options(BDContext *bd)
}
ret = bdi_qfunc_init(bd, &s->qfunc, bd->q_func_type,
- bd->amplitude, bd->eppley_n);
+ bd->amplitude, bd->eppley_n, bd->rho0);
if (!s->qfunc)
return ret;