From e9f00ac8be804694fed90fee6dfaa45f9438ebb8 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 6 Jul 2003 11:39:36 +0000 Subject: Remove Jonathan Thornburg's interpolator (which is GPL and thus not allowed to be in CactusBase; it now lives in AEIThorns/AEILocalInterp/) so this thorn contains only the interpolator written by Thomas Radke in early 2001. The files for this interpolator are now in src/ ; before this commit they were in src/UniformCartesian/ . git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@154 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c (limited to 'src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c') diff --git a/src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c b/src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c deleted file mode 100644 index 5e73681..0000000 --- a/src/GeneralizedPolynomial-Uniform/common/1d.cube.size4/store-coeffs.c +++ /dev/null @@ -1,4 +0,0 @@ -COEFF(-1) = factor * coeffs->coeff_m1; -COEFF(0) = factor * coeffs->coeff_0; -COEFF(1) = factor * coeffs->coeff_p1; -COEFF(2) = factor * coeffs->coeff_p2; -- cgit v1.2.3