From 96830c5eed9bda549ba078a84381ce94438a8d36 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 28 Jul 2017 13:01:13 +0200 Subject: Add support for off-centered waves. Bump SONAME due to ABI break. --- qfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qfunc.h') diff --git a/qfunc.h b/qfunc.h index be3f60e..0f4f0db 100644 --- a/qfunc.h +++ b/qfunc.h @@ -23,7 +23,7 @@ typedef struct QFuncContext QFuncContext; int bdi_qfunc_init(const BDContext *bd, QFuncContext **out, enum BDQFuncType type, - double amplitude, int n); + double amplitude, int n, double rho0); void bdi_qfunc_free(QFuncContext **ps); double bdi_qfunc_eval(QFuncContext *s, double rho, double z, int diff_idx); -- cgit v1.2.3