aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-10-08 16:15:10 +0000
committerschnetter <schnetter@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-10-08 16:15:10 +0000
commit8f9e3334d30924e5b199a21f1c3825f94b57f02e (patch)
treec6c63a0b88a612c0d0357c567c35f789e7f72fd1
parent4d5cda19ac337f2466d861ed612655b1a6ef6278 (diff)
Change message text from "??)" to "?)" to avoid trigraphs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@80 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/petsc_confmetric_solver.c2
-rw-r--r--src/petsc_flat_solver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/petsc_confmetric_solver.c b/src/petsc_confmetric_solver.c
index 58b5a24..e2f7e0c 100644
--- a/src/petsc_confmetric_solver.c
+++ b/src/petsc_confmetric_solver.c
@@ -397,7 +397,7 @@ int petsc_confmetric_solver(cGH *GH, int *MetricPsiI, int MetricPsiISize,
printf("PET V-Layout: %d %d \n",pvstart,pvend);
#endif
if (pstart != startpoint && pend != endpoint)
- CCTK_WARN(1,"WARNING: PETSC and data layouts differ! (why??)\n");
+ CCTK_WARN(1,"WARNING: PETSC and data layouts differ! (why?)\n");
/* Decide on the nabla form in PETSc: */
if (CCTK_EQUALS(petsc_nablaform,"down")) {
diff --git a/src/petsc_flat_solver.c b/src/petsc_flat_solver.c
index cf046db..e331e41 100644
--- a/src/petsc_flat_solver.c
+++ b/src/petsc_flat_solver.c
@@ -328,7 +328,7 @@ int petsc_flat(cGH *GH, int FieldIndex, int MIndex, int NIndex,
printf("PET V-Layout: %d %d \n",pvstart,pvend);
}
if (pstart != startpoint && pend != endpoint)
- CCTK_WARN(1,"WARNING: PETSC and data layouts differ! (why??)");
+ CCTK_WARN(1,"WARNING: PETSC and data layouts differ! (why?)");
/* Initialize the stencil array */