aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-05-05 13:10:52 +0000
committerallen <allen@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-05-05 13:10:52 +0000
commitae7cd18ee7320e3163d4936e3f9c7db547348ee9 (patch)
treeca7a004246ab5d6d779e250ead3d26af5eed9de5 /param.ccl
parente108c3b006bd12a5ff0c521965aef104fdb5e391 (diff)
Added more documentation.
Removed a bug in the CartSphere transformation (for r,phi) Changed the name of the parameter r2squaredsomething to normalize_dtheta_dphi for a better description of what it does, also made the default no, so that by default the components are normalised to the vector (dtheta, dphi), which seems to be what people would expect. This might mean rerunning some testsuites git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@5 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 3a9e0bd..69727c7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,6 @@ USES KEYWORD metric_type
private:
-BOOLEAN rsquared_in_sphm "Use r^2 when calculating spherical components ?"
+BOOLEAN normalize_dtheta_dphi "Project angular components onto r*dtheta and r*sin(theta)*dphi?"
{
} "no"