aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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");