aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index c167ea4..10691a9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -32,12 +32,12 @@ BOOLEAN petsc_coeff_to_one "Divide each line of the matrix by the central value?
STRING petsc_KSP_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
- ::
+ "." ::
}"KSPBCGS"
STRING petsc_PC_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
- ::
+ "." ::
} "PCJACOBI"
KEYWORD petsc_nablaform "PETSC nabla form"