aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */