From 5ae03060c304e68a184efaf4d77a6d46d3bd24ce Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 1 Sep 2002 18:07:30 +0000 Subject: these are all being replaced as part of the "finite compilation" restructuring git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@108 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- .../common/1d.cube.size5/interp-I.compute.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/common/1d.cube.size5/interp-I.compute.c (limited to 'src/GeneralizedPolynomial-Uniform/common/1d.cube.size5/interp-I.compute.c') diff --git a/src/GeneralizedPolynomial-Uniform/common/1d.cube.size5/interp-I.compute.c b/src/GeneralizedPolynomial-Uniform/common/1d.cube.size5/interp-I.compute.c deleted file mode 100644 index f283cb6..0000000 --- a/src/GeneralizedPolynomial-Uniform/common/1d.cube.size5/interp-I.compute.c +++ /dev/null @@ -1,6 +0,0 @@ -result = - coeff_I_m2*data_m2 - + coeff_I_m1*data_m1 - + coeff_I_0*data_0 - + coeff_I_p1*data_p1 - + coeff_I_p2*data_p2; -- cgit v1.2.3