From 907f993b92b1e689da6d05dd062e449461a68a35 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 3 May 2001 18:25:02 +0000 Subject: Removed reference to USED grid::domain parameter. The code doesn't seem to be used anywhere. This closes PR CactusPUGH/PUGHInterp 649. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@11 1c20744c-e24a-42ec-9533-f5004cb800e5 --- param.ccl | 7 ------- src/Operator.c | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/param.ccl b/param.ccl index 9f1c756..c3d75e9 100644 --- a/param.ccl +++ b/param.ccl @@ -1,9 +1,2 @@ # Parameter definitions for thorn PUGHInterp # $Header$ - -############################################################################# -### import CartGrid3D parameters -############################################################################# -shares: grid - -USES KEYWORD domain diff --git a/src/Operator.c b/src/Operator.c index b68a99f..ae31b9c 100644 --- a/src/Operator.c +++ b/src/Operator.c @@ -952,6 +952,13 @@ static int GetLocalCoords (cGH *GH, #define FUDGE 0.00001 +#if 0 + /* TR 03/05/01 + Following flipperoni code was commented out because it doesn't seem + to be used anywhere. + By this we can also get rid of USING the grid::domain parameter. + */ + /* Do a fliperooni in octant mode */ /* This flips the sign around the origin only */ /* if the left side (cx0) is bigger than the position to interpolate at */ @@ -979,6 +986,7 @@ static int GetLocalCoords (cGH *GH, } } } +#endif /* get GH extension handles for PUGHInterp and PUGH */ myGH = (pughInterpGH *) CCTK_GHExtension (GH, "PUGHInterp"); -- cgit v1.2.3