From 63b0d6d0a1d60a4046b5971c8c28f4a1d0e7d257 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:57 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@147 6a3ddf76-46e1-4315-99d9-bc56cac1ef84 --- src/BrillLindquist.c | 2 +- src/Kerr.c | 18 +++++++++--------- src/Misner_multiple.c | 2 +- src/Misner_points.c | 10 +++++----- src/Misner_standard.c | 2 +- src/ParamChecker.c | 8 ++++---- src/Schwarzschild.c | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/BrillLindquist.c b/src/BrillLindquist.c index bb5e21c..e0ce8ac 100644 --- a/src/BrillLindquist.c +++ b/src/BrillLindquist.c @@ -74,7 +74,7 @@ void BrillLindquist(CCTK_ARGUMENTS) { CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "BrillLindquist(): impossible value for conformal_storage=\"%s\"!", - conformal_storage); /*NOTREACHED*/ + conformal_storage); /*NOTREACHED*/ } } diff --git a/src/Kerr.c b/src/Kerr.c index f5dfde4..6ce1262 100644 --- a/src/Kerr.c +++ b/src/Kerr.c @@ -100,7 +100,7 @@ void KerrID(CCTK_ARGUMENTS) { CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "KerrID(): impossible value for conformal_storage=\"%s\"!", - conformal_storage); /*NOTREACHED*/ + conformal_storage); /*NOTREACHED*/ } } @@ -272,14 +272,14 @@ void KerrID(CCTK_ARGUMENTS) kzz[i] = 0; /* probable convention to define conformal extrinsic curvature: - if (*conformal_state == CONFORMAL_METRIC) - { - tmp=Psi*Psi; - kxx[i] *=tmp; - kxy[i] *=tmp; - kxz[i] *=tmp; - kyy[i] *=tmp; - kyz[i] *=tmp; + if (*conformal_state == CONFORMAL_METRIC) + { + tmp=Psi*Psi; + kxx[i] *=tmp; + kxy[i] *=tmp; + kxz[i] *=tmp; + kyy[i] *=tmp; + kyz[i] *=tmp; }*/ /* shift */ diff --git a/src/Misner_multiple.c b/src/Misner_multiple.c index 2503bc5..a42414b 100644 --- a/src/Misner_multiple.c +++ b/src/Misner_multiple.c @@ -74,7 +74,7 @@ void Misner_multiple(CCTK_ARGUMENTS) { CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "Misner_multiple(): impossible value for conformal_storage=\"%s\"!", - conformal_storage); /*NOTREACHED*/ + conformal_storage); /*NOTREACHED*/ } } diff --git a/src/Misner_points.c b/src/Misner_points.c index 3a6fa80..a3f57c0 100644 --- a/src/Misner_points.c +++ b/src/Misner_points.c @@ -3,7 +3,7 @@ @date @author Steve Brandt @desc - This calculates the conformal factor for nbh black holes, + This calculates the conformal factor for nbh black holes, with naked mass m0 = 2 csch(mu) each, and placed on a circle in the xy plane around the origin, of radius coth(mu). One of them sits on the positive x axis, the others are evenly spaced. @@ -77,7 +77,7 @@ static CCTK_REAL coth(CCTK_REAL theta); static void iso(struct bhole *a1, struct bhole *a2, struct bhole *a3); static void fill_iso(struct bhole *b, int n); static CCTK_REAL eval_bh_psi(const struct bhole *b, - CCTK_REAL x, CCTK_REAL y, CCTK_REAL z); + CCTK_REAL x, CCTK_REAL y, CCTK_REAL z); /******************************************************************************/ /***** functions visible outside this file ************************************/ @@ -177,7 +177,7 @@ static CCTK_REAL coth(CCTK_REAL theta) { @date @author Steve Brandt @desc - Isometrize black hole a1 through hole a2 + Isometrize black hole a1 through hole a2 @enddesc @calls iso @history @@ -206,7 +206,7 @@ static void iso(struct bhole *a1, struct bhole *a2, struct bhole *a3) @date @author Steve Brandt @desc - Fills in the iso structure of a given black hole. + Fills in the iso structure of a given black hole. Applies recursively to the number of terms desired. @enddesc @calls fill_iso @@ -253,7 +253,7 @@ static void fill_iso(struct bhole *b, int n) @@*/ static CCTK_REAL eval_bh_psi(const struct bhole *b, - CCTK_REAL x, CCTK_REAL y, CCTK_REAL z) + CCTK_REAL x, CCTK_REAL y, CCTK_REAL z) { int i; CCTK_REAL res; diff --git a/src/Misner_standard.c b/src/Misner_standard.c index fec1185..6093c5c 100644 --- a/src/Misner_standard.c +++ b/src/Misner_standard.c @@ -102,7 +102,7 @@ void Misner_standard(CCTK_ARGUMENTS) { CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "Misner_Standard(): impossible value for conformal_storage=\"%s\"!", - conformal_storage); /*NOTREACHED*/ + conformal_storage); /*NOTREACHED*/ } } diff --git a/src/ParamChecker.c b/src/ParamChecker.c index e2d6725..1afc6a1 100644 --- a/src/ParamChecker.c +++ b/src/ParamChecker.c @@ -107,25 +107,25 @@ void IDAnalyticBH_ParamChecker(CCTK_ARGUMENTS) if (bl_nbh > 0) { sprintf(message, " mass %f at (%f,%f,%f)", - bl_M_1,bl_x0_1,bl_y0_1,bl_z0_1); + bl_M_1,bl_x0_1,bl_y0_1,bl_z0_1); CCTK_INFO(message); } if (bl_nbh > 1) { sprintf(message, " mass %f at (%f,%f,%f)", - bl_M_2,bl_x0_2,bl_y0_2,bl_z0_2); + bl_M_2,bl_x0_2,bl_y0_2,bl_z0_2); CCTK_INFO(message); } if (bl_nbh > 2) { sprintf(message, " mass %f at (%f,%f,%f)", - bl_M_3,bl_x0_3,bl_y0_3,bl_z0_3); + bl_M_3,bl_x0_3,bl_y0_3,bl_z0_3); CCTK_INFO(message); } if (bl_nbh > 3) { sprintf(message, " mass %f at (%f,%f,%f)", - bl_M_4,bl_x0_4,bl_y0_4,bl_z0_4); + bl_M_4,bl_x0_4,bl_y0_4,bl_z0_4); CCTK_INFO(message); } free(message); diff --git a/src/Schwarzschild.c b/src/Schwarzschild.c index d459542..5eb4c6f 100644 --- a/src/Schwarzschild.c +++ b/src/Schwarzschild.c @@ -55,7 +55,7 @@ void Schwarzschild(CCTK_ARGUMENTS) { CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "Schwarzschild(): impossible value for conformal_storage=\"%s\"!", - conformal_storage); /*NOTREACHED*/ + conformal_storage); /*NOTREACHED*/ } } -- cgit v1.2.3