More comments

Former-commit-id: f7abe9035ffeae9e5e22c091ca2b0e034d2b5145
This commit is contained in:
Marek Nečada 2018-05-14 07:40:08 +03:00
parent 2da546f7c2
commit 51d354985f
1 changed files with 5 additions and 3 deletions

View File

@ -40,8 +40,8 @@ void hankelparts_fill(complex double *target_longrange, /* Not needed for the ac
k>= longrange_order_cutoff go k>= longrange_order_cutoff go
completely to short-range part */ completely to short-range part */
complex double const * const hankelcoefftable, complex double const * const hankelcoefftable,
unsigned kappa, double c, /* regularisation "slope" */ unsigned kappa, double c, /* regularisation "slope", dimensionless */
double x); // x = k0 * r double x); // dimensionless x = k0 * r
@ -55,6 +55,8 @@ void lrhankel_recpart_fill(complex double *target_longrange_kspace /*Must be of
completely to the shortrange part completely to the shortrange part
index with hankelcoeffs_get(target,p)l[delta_m] */, index with hankelcoeffs_get(target,p)l[delta_m] */,
complex double const * const hankelcoefftable, complex double const * const hankelcoefftable,
unsigned kappa, double c, double k0, double k); unsigned kappa,
// These are dimensionFUL (inverse lengths):
double cv, double k0, double k);
#endif //BESSELS_H #endif //BESSELS_H