summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-10 16:41:43 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-10 16:41:43 +0000
commit9715b4970c9ffe5472ed0d52a7b0a83e841b00df (patch)
treeaa032796baf30d471c91b6031899760422d664b6 /src/param.ccl
parent580e75a7fe36d467cfa0bc6cc89f69b8062e85c8 (diff)
New Cactus parameter
allow_mixeddim_gfs, with default no. This is to trap people using eg 2D and 3D grid functions together, which we don't really support, at least with current thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2161 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 0bbf4141..610cbb21 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -49,6 +49,10 @@ INT manual_cacheline_bytes "The size of a cacheline if not set automatically (by
0: :: "Any whole number"
} 0
+BOOLEAN allow_mixeddim_gfs "Allow use of GFs from different dimensions"
+{
+} "no"
+
restricted:
BOOLEAN terminate_next "Terminate on next iteration?" STEERABLE=ALWAYS