aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DETG_guts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DETG_guts.h')
-rw-r--r--src/macro/DETG_guts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/DETG_guts.h b/src/macro/DETG_guts.h
index 7d836bd..e175125 100644
--- a/src/macro/DETG_guts.h
+++ b/src/macro/DETG_guts.h
@@ -27,8 +27,8 @@ Gabrielle Allen, 5th November 1998
DETG_TEMPZZ = DETG_GXX*DETG_GYY - DETG_GXY*DETG_GXY
/* This is the conformal determinant */
- DETG_DETCG = (DETG_TEMPXX*DETG_GXX +
- & DETG_TEMPXY*DETG_GXY + DETG_TEMPXZ*DETG_GXZ)
+ DETG_DETCG = (DETG_TEMPXX*DETG_GXX + \
+ DETG_TEMPXY*DETG_GXY + DETG_TEMPXZ*DETG_GXZ)
/* This is the physical determinat */
DETG_DETG = DETG_PSI4**3*DETG_DETCG