aboutsummaryrefslogtreecommitdiff
path: root/src/Misner_points.c
diff options
context:
space:
mode:
authorgoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-05-17 12:28:57 +0000
committergoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-05-17 12:28:57 +0000
commit63b0d6d0a1d60a4046b5971c8c28f4a1d0e7d257 (patch)
treec67b8250dcc8d9e7f2f58c43a01d7d7f353f9928 /src/Misner_points.c
parentaf72fc57575436ac57f2d95e03ceac2d477c6ce0 (diff)
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
Diffstat (limited to 'src/Misner_points.c')
-rw-r--r--src/Misner_points.c10
1 files changed, 5 insertions, 5 deletions
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;