aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-09-03 13:52:39 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-09-03 13:52:39 +0000
commitbc1bbea6beb4da4d2f839ef24dde2ea9f4dc256b (patch)
tree8dcf21e344fed51b0084347c7c9e36d3cea5a747 /param.ccl
parentcec6eeade81ca638c437177dcf9c70b4f678591d (diff)
clarify wording that Kerr spin parameter is always dimensionless J/m^2
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@127 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index cdde987..1a994a8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -349,9 +349,10 @@ REAL Schwarzschild_Lemaitre__mass "Schwarzschild-Lemaitre: BH mass"
# parameters for Kerr metric in Boyer-Lindquist coordinates
-REAL Kerr_BoyerLindquist__spin "Kerr/Boyer-Lindquist: spin parameter a = J/m^2"
+REAL Kerr_BoyerLindquist__spin \
+ "Kerr/Boyer-Lindquist: dimensionless spin parameter a = J/m^2"
{
--1.0:1.0 :: "spin parameter for Kerr black hole"
+-1.0:1.0 :: "dimensionless spin parameter a = J/m^2 for Kerr black hole"
} 0.6
REAL Kerr_BoyerLindquist__mass "Kerr/Boyer-Lindquist: BH mass"
@@ -382,9 +383,10 @@ REAL Kerr_KerrSchild__mass "Kerr/Kerr-Schild: BH mass"
(0.0:* :: "any real number > 0"
} 1.0
-REAL Kerr_KerrSchild__spin "Kerr/Kerr-Schild: spin parameter a = J/m^2"
+REAL Kerr_KerrSchild__spin \
+ "Kerr/Kerr-Schild: dimensionless spin parameter a = J/m^2"
{
--1.0:1.0 :: "spin parameter for Kerr black hole"
+-1.0:1.0 :: "dimensionless spin parameter a = J/m^2 for Kerr black hole"
} 0.6
################################################################################