aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-12-20 12:38:53 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-12-20 12:38:53 +0000
commitf85a8454dd5dad7e6537e06f1969a933512c5802 (patch)
tree47d0018161384ad854ab68bb46f7e403fc6ff431 /src/make.code.defn
parent66f121529563e2a05fb30e9f804d6974c48829b8 (diff)
Initial version of PUGHInterp_InterpGridArrays() which implements the new
global interpolation API and overloads CCTK_InterpGridArrays(). No table options are evaluated yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@36 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index b8d41c1..eba2a31 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,4 +2,4 @@
# $Header$
# Source files in this directory
-SRCS = Startup.c Operator.c Interpolate.c
+SRCS = Startup.c Operator.c Interpolate.c InterpGridArrays.c