aboutsummaryrefslogtreecommitdiff
path: root/qfunc.h
diff options
context:
space:
mode:
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);