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