From 8f9e3334d30924e5b199a21f1c3825f94b57f02e Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 8 Oct 2003 16:15:10 +0000 Subject: 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 --- src/petsc_confmetric_solver.c | 2 +- src/petsc_flat_solver.c | 2 +- 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 */ -- cgit v1.2.3