aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-12 14:25:11 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-12 14:25:11 +0000
commita51b360e98a590a16d267dcee12c40d278d1cbd5 (patch)
treefc237083a0d8524d03bf22b5aa83ffefdebd7146 /param.ccl
parent741b10274aa305e7e05dc595d19213d191abc816 (diff)
* remove GZ patch system code
* test suites pass git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@223 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 0 insertions, 11 deletions
diff --git a/param.ccl b/param.ccl
index d957dbd..d83e028 100644
--- a/param.ccl
+++ b/param.ccl
@@ -515,17 +515,6 @@ STRING eosgeneral_indep_minus_gfs "The names of the grid functions holding the a
".*" :: "Should be in the full Thorn::GF format"
} ""
-#Setting outflow boundaries over only some of the domain for multipatch runs
-
-BOOLEAN outflow_boundaries "Use the outflow boundary conditions?"
-{
-} "no"
-
-REAL outflowboundary_normal[3] "The normal to the plane; to the right of this outflow conditions will be set"
-{
- *:* :: "Anything"
-} 0.0
-
# NaN detection level
INT GRHydro_NaN_verbose "The warning level for NaNs occuring within GRHydro"