aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-24 09:10:40 +0000
committerallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-24 09:10:40 +0000
commit67b4ff14dbb2bd24947060eb5a35c8c263e1c3cb (patch)
tree5e5ceb8af8110ba3273d3ee0d2f92ea9eb8f67e7 /param.ccl
parentb92b3c2339e5dc03d765c0e7a278d335fdec54b6 (diff)
LOGICAL -> BOOLEAN
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@18 1d96b42b-98df-4a6a-9d84-1b24288d4588
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 5aab8d4..c167ea4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -22,11 +22,11 @@ KEYWORD petsc_verbose "PETSc verbose output"
"debug":: "Tons of output"
} "yes"
-LOGICAL petsc_reuse "Reuse parts of the PETSc structure"
+BOOLEAN petsc_reuse "Reuse parts of the PETSc structure"
{
} "no"
-LOGICAL petsc_coeff_to_one "Divide each line of the matrix by the central value?"
+BOOLEAN petsc_coeff_to_one "Divide each line of the matrix by the central value?"
{
} "no"