From 67b4ff14dbb2bd24947060eb5a35c8c263e1c3cb Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 24 Sep 1999 09:10:40 +0000 Subject: LOGICAL -> BOOLEAN git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@18 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3