aboutsummaryrefslogtreecommitdiff
path: root/src/Misner_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Misner_standard.c')
-rw-r--r--src/Misner_standard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Misner_standard.c b/src/Misner_standard.c
index 0419ccc..ec829b4 100644
--- a/src/Misner_standard.c
+++ b/src/Misner_standard.c
@@ -77,6 +77,8 @@ void Misner_standard(CCTK_ARGUMENTS)
const CCTK_REAL zero = 0.0, one = 1.0, three = 3.0;
int make_conformal_derivs;
+ CCTK_VInfo(CCTK_THORNSTRING,
+ "setting up Misner initial data");
/* Check if we should create and store conformal factor stuff */
if(CCTK_EQUALS(metric_type, "static conformal"))