aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"