aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-21 15:47:04 +0000
committerschnetter <schnetter@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-21 15:47:04 +0000
commit0b2fc3b6c08d39f19eb684f5ab2afa7e32947a68 (patch)
treea0383df15723cd2c0830b521dc880e7b601cf079 /param.ccl
parent09fe20dcf18cfe2f6e1902dd702b482218f4fe81 (diff)
Some fixes. Remove some unused variables. Some cleanup. May still
have a problem. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@10 f4913095-0e4f-0410-abea-a123d184f1f3
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 1 insertions, 9 deletions
diff --git a/param.ccl b/param.ccl
index 790ec2f..0c39ec4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,12 +10,7 @@ INT max_nr_vars "maximum number of variables for which norms to compute"
INT verbose "verbosity of output"
{
0:9 :: "higher number means more verbose output"
-} 1
-
-INT out_every "At which iterations should we be called" STEERABLE=always
-{
- *:* :: ""
-} 1
+} 0
STRING gridfunctions_1st "Set of grid functions to compute norms for 2nd order variables"
{
@@ -40,6 +35,3 @@ EXTENDS KEYWORD out_fileinfo
{
"axis labels" :: "add axis labels information to output files"
}
-
-
-