aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-03-28 01:46:29 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-03-28 01:46:29 +0000
commitba0becc24b6606f647aa5503439b9c50ce41272f (patch)
tree352c988b09064cc66a35cd471a946f2fa2ffff14
parent435d20790aa1f4c0a2b0f27c50f43649bdd58f78 (diff)
GRHydro: Make recon_method steerable at recovery.
From: Christian Reisswig <reisswig@scriwalker.(none)> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@492 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 44f6b22..9dad537 100644
--- a/param.ccl
+++ b/param.ccl
@@ -134,7 +134,7 @@ CCTK_INT GRHydro_MaxNumSandRVars "The maximum number of save and restore variabl
0:16 :: "A small range, depending on testing or not"
} 16
-keyword recon_method "Which reconstruction method to use"
+keyword recon_method "Which reconstruction method to use" STEERABLE=RECOVER
{
"tvd" :: "Slope limited TVD"
"ppm" :: "PPM reconstruction"