aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DZZDG_guts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DZZDG_guts.h')
-rw-r--r--src/macro/DZZDG_guts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/DZZDG_guts.h b/src/macro/DZZDG_guts.h
index 55098d3..b53da00 100644
--- a/src/macro/DZZDG_guts.h
+++ b/src/macro/DZZDG_guts.h
@@ -23,7 +23,7 @@
DZZDG_OODZ2 = 1D0/(dz*dz)
/* Factor involving 2nd derivative of conformal factor */
- IF (conformal_state /= CONFORMAL_METRIC) THEN
+ IF (conformal_state .eq. 0) THEN
DZZDG_FAC = 0
ELSE
DZZDG_FAC = DZDG_PSI4*(4*DZZDG_DZZDPSI_O_PSI + 12*DZDG_DZDPSI_O_PSI*DZDG_DZDPSI_O_PSI)
@@ -52,7 +52,7 @@
#ifdef CCODE
/* Factor involving 2nd derivative of conformal factor */
- DZZDG_FAC = ((*conformal_state != CONFORMAL_METRIC)?0:
+ DZZDG_FAC = ((*conformal_state == 0)?0:
DZDG_PSI4*(4*DZZDG_DZZDPSI_O_PSI + 12*DZDG_DZDPSI_O_PSI*DZDG_DZDPSI_O_PSI));
/* Now calculate the second deriatives */