aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-06-24 18:24:29 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-06-24 18:24:29 +0000
commitfc882d1369af971cc546cdd7a36e5b305818bd28 (patch)
treefedf706edfd3b911b9ad8b35bba24a6c55e97e14
parent997fb4bb26ecfd7883f59d44064cda094faa41a7 (diff)
remove (leftover) permanent change of the grid functions x y and z
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@110 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--src/TwoPunctures.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index 3b97d20..cd4f9fa 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -613,16 +613,6 @@ TwoPunctures (CCTK_ARGUMENTS)
} /* for j */
} /* for k */
- for (int k = imin[2]; k < imax[2]; ++k)
- for (int j = imin[1]; j < imax[1]; ++j)
- for (int i = imin[0]; i < imax[0]; ++i)
- {
- int ijk = CCTK_GFINDEX3D(cctkGH, i, j, k);
- x[ijk] += center_offset[0];
- y[ijk] += center_offset[1];
- z[ijk] += center_offset[2];
- }
-
if (use_sources && rescale_sources)
{
Rescale_Sources(cctkGH,