From 70ca02c9b0bbc422a3fe41abb96c73d8b3baab88 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Oct 2010 14:27:28 +0000 Subject: [PATCH] Add missing empty line. git-svn-id: https://svn.dealii.org/trunk@22329 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_matrix_base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5