aboutsummaryrefslogtreecommitdiff
path: root/src/BrillLindquist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/BrillLindquist.c')
-rw-r--r--src/BrillLindquist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/BrillLindquist.c b/src/BrillLindquist.c
index cdf59b1..4e2454b 100644
--- a/src/BrillLindquist.c
+++ b/src/BrillLindquist.c
@@ -48,6 +48,10 @@ void BrillLindquist(CCTK_ARGUMENTS)
int i, npoints;
int make_conformal_derivs;
+ CCTK_VInfo(CCTK_THORNSTRING,
+ "setting up Brill-Lindquist initial data for %d black holes",
+ (int)bl_nbh);
+
/* Check if we should create and store conformal factor stuff */
if(CCTK_EQUALS(metric_type, "static conformal"))
{