aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-29 14:29:24 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-29 14:29:24 +0000
commit0638bbc4a769521ea342c506d8a8be111ad32fe7 (patch)
treec7192588b0cfc8122858793cad18b49b5fe56959 /param.ccl
parent928f1a034cfa51e386739381dc0877f376028f57 (diff)
Use the aliased function to en/dis able prolongation instead of linking direct through the header file.
Add parameter to say if we want to use this function (by default we do, so nothing changes). git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@56 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index aaa568e..3932919 100644
--- a/param.ccl
+++ b/param.ccl
@@ -125,3 +125,7 @@ STRING Generic_Method_Descriptor "A string used to create a table containing the
BOOLEAN MoL_NaN_Check "Should the RHS GFs be checked for NaNs?"
{
} "no"
+
+BOOLEAN disable_prolongation "If Mesh refinement is enabled should we use buffer zones in intermediate steps?"
+{
+} "yes"