aboutsummaryrefslogtreecommitdiff
path: root/src/Kerr.c
diff options
context:
space:
mode:
authorjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-06 12:18:47 +0000
committerjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-06 12:18:47 +0000
commitcefdd66d6e41455dd457d284893d20f1b9662894 (patch)
tree6530a660ca0087489ad555b7b21eb3d54da4cb59 /src/Kerr.c
parentf12ea4a71f5cfa42490d00d11bf2cff85740a57b (diff)
add CCTK_VInfo() calls to tell the user that we're in this thorn
setting up initial data git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@131 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'src/Kerr.c')
-rw-r--r--src/Kerr.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Kerr.c b/src/Kerr.c
index 22f1ea7..8e8c4ad 100644
--- a/src/Kerr.c
+++ b/src/Kerr.c
@@ -60,6 +60,9 @@ void KerrID(CCTK_ARGUMENTS)
CCTK_REAL m=mass,a=a_Kerr,a_2=a*a,m2_a2=m*m-a_2;
int make_conformal_derivs;
+ CCTK_VInfo(CCTK_THORNSTRING,
+ "setting up Kerr initial data");
+
/* total number of points on this processor */
npoints = cctk_lsh[0] * cctk_lsh[1] * cctk_lsh[2];
@@ -322,8 +325,3 @@ void KerrID(CCTK_ARGUMENTS)
return;
}
-
-
-
-
-