From 82aa48823d72fb92b1b4bdf145f53418c12ef1d1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 28 Feb 2007 03:14:54 +0000 Subject: Remove duplicate variable definition. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@97 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/petsc_confmetric_solver.c | 1 - src/petsc_flat_solver.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/petsc_confmetric_solver.c b/src/petsc_confmetric_solver.c index dbce686..c22c051 100644 --- a/src/petsc_confmetric_solver.c +++ b/src/petsc_confmetric_solver.c @@ -417,7 +417,6 @@ int petsc_confmetric_solver(cGH *GH, int *MetricPsiI, int MetricPsiISize, uyz3 = (CCTK_REAL*)malloc(pEx->npoints*sizeof(CCTK_REAL)); uzz3 = (CCTK_REAL*)malloc(pEx->npoints*sizeof(CCTK_REAL)); for (i=0;inpoints;i++) { - CCTK_REAL det; CCTK_REAL p12; det= -(SQR(gxz[i])*gyy[i]) + 2*gxy[i]*gxz[i]*gyz[i] - diff --git a/src/petsc_flat_solver.c b/src/petsc_flat_solver.c index 8f392e4..646f385 100644 --- a/src/petsc_flat_solver.c +++ b/src/petsc_flat_solver.c @@ -652,7 +652,6 @@ int petsc_flat(cGH *GH, int FieldIndex, int MIndex, int NIndex, { /* Set up indices */ int ijk; /* The data point for the array */ - int I; /* The col in the matrix */ /* these guys are easy */ ijk = DATINDEX(pEx,i,j,k); -- cgit v1.2.3