From 84d39017adcc90fef4de2d26992f2af4c355f664 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Nov 2016 11:05:41 -0700 Subject: [PATCH] Make comment more readable. --- include/deal.II/lac/petsc_parallel_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/petsc_parallel_vector.h b/include/deal.II/lac/petsc_parallel_vector.h index a699e51153..fb6eb3282c 100644 --- a/include/deal.II/lac/petsc_parallel_vector.h +++ b/include/deal.II/lac/petsc_parallel_vector.h @@ -481,7 +481,8 @@ namespace PETScWrappers if (v.size()==0) { // this happens if v has not been initialized to something useful: - // Vector x,v;x=v; + // Vector x,v; + // x=v; // we skip the code below and create a simple serial vector of // length 0 -- 2.39.5