aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/resample.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/resample.c')
-rw-r--r--[-rwxr-xr-x]src/cmd/resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/resample.c b/src/cmd/resample.c
index d3208419..b882b826 100755..100644
--- a/src/cmd/resample.c
+++ b/src/cmd/resample.c
@@ -18,7 +18,7 @@ fac(int L)
return f;
}
-/*
+/*
* i0(x) is the modified Bessel function, Σ (x/2)^2L / (L!)²
* There are faster ways to calculate this, but we precompute
* into a table so let's keep it simple.