From: bangerth Date: Wed, 13 Oct 2010 14:27:28 +0000 (+0000) Subject: Add missing empty line. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ca02c9b0bbc422a3fe41abb96c73d8b3baab88;p=dealii-svn.git Add missing empty line. git-svn-id: https://svn.dealii.org/trunk@22329 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index 3efa4064cd..45caef637c 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -308,6 +308,7 @@ namespace PETScWrappers * can use pointers to this class. */ virtual ~MatrixBase (); + /** * This operator assigns a scalar to a * matrix. Since this does usually not @@ -1125,7 +1126,7 @@ namespace PETScWrappers * by this matrix on this CPU. */ unsigned int memory_consumption() const; - + /** * Exception */