aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/TwoPunctures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index ae2f667..033db06 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -410,7 +410,7 @@ TwoPunctures (CCTK_ARGUMENTS)
Rescale_Sources(cctkGH,
cctk_lsh[0]*cctk_lsh[1]*cctk_lsh[2],
x, y, z,
- psi,
+ (*conformal_state > 0) ? psi : NULL,
gxx, gyy, gzz,
gxy, gxz, gyz);
}