aboutsummaryrefslogtreecommitdiff
path: root/src/Schwarzschild.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Schwarzschild.c')
-rw-r--r--src/Schwarzschild.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Schwarzschild.c b/src/Schwarzschild.c
index c1cab71..f2b390f 100644
--- a/src/Schwarzschild.c
+++ b/src/Schwarzschild.c
@@ -30,6 +30,8 @@ void Schwarzschild(CCTK_ARGUMENTS)
int make_conformal_derivs;
int i, npoints;
+ CCTK_VInfo(CCTK_THORNSTRING,
+ "setting up Schwarzschild initial");
/* Check if we should create and store conformal factor stuff */
if(CCTK_EQUALS(metric_type, "static conformal"))