aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-10-03 21:53:37 +0000
committerpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-10-03 21:53:37 +0000
commitdf5f7f9c0385e3d27910c9fd0486f335000f0b6c (patch)
tree48d88212410320f04e54664de2cff77ccaec784e
parentb8badf6c13e0cc80e21e34f3c076c7d726a995b3 (diff)
Fix allowed ranges of mass parameters.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@87 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 10ec732..47e0df4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -97,12 +97,12 @@ REAL par_b "x coordinate of the m+ puncture"
REAL par_m_plus "mass of the m+ puncture" STEERABLE = ALWAYS
{
- (0.0:*) :: ""
+ 0.0:* :: ""
} 1.0
REAL par_m_minus "mass of the m- puncture" STEERABLE = ALWAYS
{
- (0.0:*) :: ""
+ 0.0:* :: ""
} 1.0
REAL target_M_plus "target ADM mass for m+"