From 2181741f1aa2becd76d6a2a69a2d4d660702d265 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Mar 2010 01:42:30 +0000 Subject: [PATCH] Fix comment markup. git-svn-id: https://svn.dealii.org/trunk@20906 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/matrix_block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/matrix_block.h b/deal.II/lac/include/lac/matrix_block.h index 668fa620cd..fdb798d229 100644 --- a/deal.II/lac/include/lac/matrix_block.h +++ b/deal.II/lac/include/lac/matrix_block.h @@ -345,7 +345,7 @@ class MatrixBlockVector : public NamedData public: /** * Add a new matrix block at the - * position + * position (row,column) * in the block system. */ void add(unsigned int row, unsigned int column, @@ -387,7 +387,7 @@ class MGMatrixBlockVector : public NamedData + * position (row,column) * in the block system. */ void add(unsigned int row, unsigned int column, -- 2.39.5