aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-05-13 22:30:52 +0000
committergoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-05-13 22:30:52 +0000
commitaf72fc57575436ac57f2d95e03ceac2d477c6ce0 (patch)
tree9c70af5b6d322b306b79a9884bf5bdafa9017b14
parenta1989c809831653f9662a006d30645ab317c12c6 (diff)
Bug-fix from Frank Herrman.
Fixes PR 1692. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@146 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
-rw-r--r--src/Misner_standard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Misner_standard.c b/src/Misner_standard.c
index 06dea8b..fec1185 100644
--- a/src/Misner_standard.c
+++ b/src/Misner_standard.c
@@ -73,7 +73,7 @@ void Misner_standard(CCTK_ARGUMENTS)
CCTK_REAL inv_r1_5, inv_r2_5;
CCTK_REAL inv_psi;
CCTK_INT powfac;
- CCTK_INT adm_mass;
+ CCTK_REAL adm_mass;
const CCTK_REAL zero = 0.0, one = 1.0, three = 3.0;
int make_conformal_derivs = 0;