aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-02-18 19:46:01 -0500
committerErik Schnetter <schnetter@gmail.com>2013-02-18 19:46:01 -0500
commitd8d16c1e2536394054e15690c042eb728f640071 (patch)
treeaeb482e73390416bd55b0008d54bf6e726be7a32 /Carpet/CarpetLib
parent9b0294c709eaeb505834bc7ea2121abfdfb0e735 (diff)
CarpetLib: Set interpolate_from_buffer_zones to "no" by default
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 6adccca98..3af3c401d 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -35,7 +35,7 @@ BOOLEAN use_dgfe "Use DGFE operators instead of Lagrange operators"
BOOLEAN interpolate_from_buffer_zones "Use buffer points for interpolation" STEERABLE=always
{
-} "yes"
+} "no"