aboutsummaryrefslogtreecommitdiff
path: root/qfunc.h
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 /qfunc.h
parente6be3f8851fcd578d2cdcec5d85cd96f6cc65162 (diff)
Add support for off-centered waves.
Bump SONAME due to ABI break.
Diffstat (limited to 'qfunc.h')
-rw-r--r--qfunc.h2
1 files changed, 1 insertions, 1 deletions
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);