aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-24 13:57:55 +0000
committerlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-24 13:57:55 +0000
commit3033134fb8864db49c8735dfeb60110ebb708a2e (patch)
tree285152b6d384d298e84acc6cdc9430cbde55fb9e /src
parent06c6d4c28b70da56ef4788618553c24713e7498c (diff)
misc.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@20 1d96b42b-98df-4a6a-9d84-1b24288d4588
Diffstat (limited to 'src')
-rw-r--r--src/petsc_flat_solver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/petsc_flat_solver.c b/src/petsc_flat_solver.c
index 37b86c0..e838577 100644
--- a/src/petsc_flat_solver.c
+++ b/src/petsc_flat_solver.c
@@ -407,7 +407,7 @@ void petsc_flat(cGH *GH, int FieldIndex, int MIndex, int NIndex,
CHKERRA(ierr);
/* reset the central value*/
- a( 0, 0, 0) = -10.38;
+ a( 0, 0, 0) = -6.0;
} /* if (wsp>=0) */
} /*for i */