aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 19:24:36 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 19:24:36 -0700
commit2c626b4e52af42beedc5a0bc78576c6b42447600 (patch)
treeaf2ad59a5e395b252a9c7b9a47e49c3c369b73de /Carpet/Carpet/param.ccl
parent233a4e865258af3ade35bab1da69ef5061051c6c (diff)
Carpet: check ghost size against restrion operator order
if use_higher_order_restriction = yes
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 0a3644a53..607355807 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -20,6 +20,12 @@ shares: IO
USES STRING out_dir
+shares: CarpetLib
+
+USES BOOLEAN use_higher_order_restriction
+USES INT restriction_order_space
+
+
private:
BOOLEAN domain_from_coordbase "Use the domain description from CoordBase"