aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-13 12:50:39 +0000
committerlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-13 12:50:39 +0000
commit0ff887be74bdf6d9ae514710e8f07395c2dd76d7 (patch)
tree4d48094b2b63d86605ad879e0ab58055482e2c32
parent6558f01b0f59f5db05beedff5379fca8e117ec83 (diff)
took out DumpGHInfo call
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@6 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/petsc_confmetric_solver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/petsc_confmetric_solver.c b/src/petsc_confmetric_solver.c
index 9a2e9d7..3664673 100644
--- a/src/petsc_confmetric_solver.c
+++ b/src/petsc_confmetric_solver.c
@@ -325,12 +325,6 @@ void petsc_confmetric_solver(cGH *GH, int *MetricPsiI, int MetricPsiISize,
as well as the column for the stencil of the neighbors
(workspace->data[DATINDEX(GH,i+1,j,k)] etc...). So onwards */
- /* FIXME I don't think this works for stencil=2 ! */
-#ifdef DEBUG
- if (debug)
- CCTK_DumpGHInfo(GH);
-#endif
-
nxs = pughGH->nx-2;
nys = pughGH->ny-2;
nzs = pughGH->nz-2;