aboutsummaryrefslogtreecommitdiff
path: root/src/BrillLindquist.c
diff options
context:
space:
mode:
authorgoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-04-26 16:19:58 +0000
committergoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-04-26 16:19:58 +0000
commit2307f21f7828a28c5d41ab42f22a86ccff88813c (patch)
tree38935eab5d548cbfde09afcbc256c7100f42c1ee /src/BrillLindquist.c
parent397d8a2eebe6fcb9176f6a3d6a732c86f6ae2be2 (diff)
Set conformal_state to 1 if only the conformal factor is being initialised.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@101 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'src/BrillLindquist.c')
-rw-r--r--src/BrillLindquist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BrillLindquist.c b/src/BrillLindquist.c
index ef3801e..7c069f5 100644
--- a/src/BrillLindquist.c
+++ b/src/BrillLindquist.c
@@ -54,6 +54,8 @@ void BrillLindquist(CCTK_ARGUMENTS)
/* Check if we should create and store conformal factor stuff */
if(CCTK_EQUALS(metric_type, "static conformal"))
{
+ *conformal_state = 1;
+
if(CCTK_EQUALS(conformal_storage,"factor+derivs"))
{
*conformal_state = 2;