aboutsummaryrefslogtreecommitdiff
path: root/src/petsc_confmetric_solver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/petsc_confmetric_solver.c')
-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;