aboutsummaryrefslogtreecommitdiff
path: root/src/common/1d.cube.size6/store-coeffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/1d.cube.size6/store-coeffs.c')
-rw-r--r--src/common/1d.cube.size6/store-coeffs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/1d.cube.size6/store-coeffs.c b/src/common/1d.cube.size6/store-coeffs.c
new file mode 100644
index 0000000..c1ccbeb
--- /dev/null
+++ b/src/common/1d.cube.size6/store-coeffs.c
@@ -0,0 +1,6 @@
+COEFF(-2) = factor * coeffs->coeff_m2;
+COEFF(-1) = factor * coeffs->coeff_m1;
+COEFF(0) = factor * coeffs->coeff_0;
+COEFF(1) = factor * coeffs->coeff_p1;
+COEFF(2) = factor * coeffs->coeff_p2;
+COEFF(3) = factor * coeffs->coeff_p3;