aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl7
-rw-r--r--src/Operator.c8
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");