aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2012-11-15 04:30:32 +0000
committerknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2012-11-15 04:30:32 +0000
commite8f56115a3ff6614ef67c490ea1345e2c880717c (patch)
tree6f79a6a4b132f00e570671dc0d9941a88e125047
parent4ce71a1912ddf9a035a7eabb8fe1107fa0d0e8aa (diff)
correct three compiler warnings
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@53 54511f98-0e4f-0410-826e-eb8b393f5a1e
-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 */