aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/surface_integral.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/surface_integral.c b/src/surface_integral.c
index e4b6e0d..6c6fb8f 100644
--- a/src/surface_integral.c
+++ b/src/surface_integral.c
@@ -61,7 +61,7 @@ void ADMMass_Surface(CCTK_ARGUMENTS)
CCTK_INT i,j,k, ijk, ierr, ghost, ti, tj, tk, tl;
CCTK_INT x_min_i, x_max_i, y_min_j, y_max_j, z_min_k, z_max_k;
- CCTK_REAL detg, idetg, ds[3];
+ CCTK_REAL ds[3];
CCTK_REAL u[3][3], dg[3][3][3];
CCTK_REAL physical_min[3];
@@ -72,8 +72,6 @@ void ADMMass_Surface(CCTK_ARGUMENTS)
CCTK_REAL exterior_max[3];
CCTK_REAL spacing[3];
- char coordinate_parameter_type[9];
-
#include "EinsteinBase/ADMMacros/src/macro/UPPERMET_declare.h"
/* grid-function strides for ADMMacros */