From f85a8454dd5dad7e6537e06f1969a933512c5802 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 20 Dec 2002 12:38:53 +0000 Subject: 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 --- src/make.code.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/make.code.defn') 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 -- cgit v1.2.3