From: Wolfgang Bangerth Date: Mon, 14 Nov 2016 18:05:41 +0000 (-0700) Subject: Make comment more readable. X-Git-Tag: v8.5.0-rc1~404^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84d39017adcc90fef4de2d26992f2af4c355f664;p=dealii.git Make comment more readable. --- 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