From 51d354985fa10c5271fa72fc50469307a8c57cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Mon, 14 May 2018 07:40:08 +0300 Subject: [PATCH] More comments Former-commit-id: f7abe9035ffeae9e5e22c091ca2b0e034d2b5145 --- qpms/bessels.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qpms/bessels.h b/qpms/bessels.h index e2f8710..6c6e8f1 100644 --- a/qpms/bessels.h +++ b/qpms/bessels.h @@ -40,8 +40,8 @@ void hankelparts_fill(complex double *target_longrange, /* Not needed for the ac k>= longrange_order_cutoff go completely to short-range part */ complex double const * const hankelcoefftable, - unsigned kappa, double c, /* regularisation "slope" */ - double x); // x = k0 * r + unsigned kappa, double c, /* regularisation "slope", dimensionless */ + 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 index with hankelcoeffs_get(target,p)l[delta_m] */, 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