From 40ff2e7f9eb54cf3b7b20f8879543d5f2113f8c0 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 17 Oct 1999 10:52:12 +0000 Subject: Fixing up macros for C git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@13 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- src/macro/DXYDG_guts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macro/DXYDG_guts.h') diff --git a/src/macro/DXYDG_guts.h b/src/macro/DXYDG_guts.h index 65dd06b..084c4a9 100644 --- a/src/macro/DXYDG_guts.h +++ b/src/macro/DXYDG_guts.h @@ -61,7 +61,7 @@ #ifdef CCODE /* Factor involving 2nd derivative of conformal factor */ - DXYDG_FAC = ((conformal_state != CONFORMAL_METRIC)?0: + DXYDG_FAC = ((*conformal_state != CONFORMAL_METRIC)?0: DXDG_PSI4*(4*DXYDG_DXYDPSI_O_PSI + 12*DXDG_DXDPSI_O_PSI*DYDG_DYDPSI_O_PSI)); /* Now calculate the second deriatives */ -- cgit v1.2.3