aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-05-03 18:25:02 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-05-03 18:25:02 +0000
commit907f993b92b1e689da6d05dd062e449461a68a35 (patch)
tree67bb28794570e98bdf573f3a924be2db83962eac /src
parentcd83b7cb834efae744cb9fea836aced7d99fdd73 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Operator.c8
1 files changed, 8 insertions, 0 deletions
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");