aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-11-05 19:45:42 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-11-05 19:45:42 +0000
commit30f081d8ba362723ba652ce4bf68bf0f1289e69d (patch)
tree56d5a3ef62610a59e355e1663ba56605fd35cbfd /param.ccl
parentfa56e87f7600d4eea6552bd0c0d8de15262dd3ae (diff)
Remove unused dummy entries.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@39 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl56
1 files changed, 28 insertions, 28 deletions
diff --git a/param.ccl b/param.ccl
index 8b02bfb..8f4672a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,73 +5,73 @@ restricted:
CCTK_INT MoL_Num_Evolved_Vars "The maximum number of variables to be evolved by MoL" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_Constrained_Vars "The maximum number of constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_SaveAndRestore_Vars "The maximum number of variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexEvolved_Vars "The maximum number of complex variables to be evolved by MoL" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexConstrained_Vars "The maximum number of complex constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexSaveAndRestore_Vars "The maximum number of complex variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Max_Evolved_Array_Size "The maximum total size of any grid arrays to be evolved" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Accumulated by other thorns"
-} 1
+ 0:* :: "Anything non negative. Accumulated by other thorns"
+} 0
CCTK_INT MoL_Max_Evolved_ComplexArray_Size "The maximum total size of any complex grid arrays to be evolved" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Accumulated by other thorns"
-} 1
+ 0:* :: "Anything non negative. Accumulated by other thorns"
+} 0
CCTK_INT MoL_Num_ArrayEvolved_Vars "The maximum number of array variables to be evolved by MoL" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ArrayConstrained_Vars "The maximum number of array constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ArraySaveAndRestore_Vars "The maximum number of array variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexArrayEvolved_Vars "The maximum number of complex array variables to be evolved by MoL" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexArrayConstrained_Vars "The maximum number of complex array constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_ComplexArraySaveAndRestore_Vars "The maximum number of complex array variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
{
- (0:* :: "Anything non negative. Added to by other thorns."
-} 1
+ 0:* :: "Anything non negative. Added to by other thorns."
+} 0
CCTK_INT MoL_Num_Scratch_Levels "Number of scratch levels required by the ODE method"
{