From f1e06328a789a6c203ae9043258cc815b0e047ef Mon Sep 17 00:00:00 2001 From: cott Date: Sun, 7 Jul 2013 05:36:13 +0000 Subject: * parameter change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@139 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/param.ccl b/param.ccl index e53e00d..0ace187 100644 --- a/param.ccl +++ b/param.ccl @@ -24,12 +24,12 @@ CCTK_REAL TOV_Rho_Central[10] "The central density" 0.0:* :: "Must be positive" } 0.0 -CCTK_REAL TOV_Gamma[10] "The polytropic constant in P = K rho^Gamma" +CCTK_REAL TOV_Gamma "The polytropic constant in P = K rho^Gamma" { 1.0: :: "The physical range at high Lorentz factors is [1,2], but otherwise higher values of gamma can also be used" } 2.0 -CCTK_REAL TOV_K[10] "The polytropic constant in P = K rho^Gamma" +CCTK_REAL TOV_K "The polytropic constant in P = K rho^Gamma" { (0.0:* :: "Greater than 0" } 100.0 -- cgit v1.2.3