From df5f7f9c0385e3d27910c9fd0486f335000f0b6c Mon Sep 17 00:00:00 2001 From: pollney Date: Fri, 3 Oct 2008 21:53:37 +0000 Subject: Fix allowed ranges of mass parameters. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@87 b2a53a04-0f4f-0410-87ed-f9f25ced00cf --- param.ccl | 4 ++-- 1 file 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+" -- cgit v1.2.3