From 0ff887be74bdf6d9ae514710e8f07395c2dd76d7 Mon Sep 17 00:00:00 2001 From: lanfer Date: Mon, 13 Sep 1999 12:50:39 +0000 Subject: took out DumpGHInfo call git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@6 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/petsc_confmetric_solver.c | 6 ------ 1 file changed, 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; -- cgit v1.2.3