From 22154f4c267b83096fc0110a775e3c62d6d1bb60 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 19 Sep 2009 20:42:02 +0000 Subject: [PATCH] Fix up markup. git-svn-id: https://svn.dealii.org/trunk@19480 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 325849c744..6a0a6db419 100644 --- a/deal.II/lac/include/lac/matrix_block.h +++ b/deal.II/lac/include/lac/matrix_block.h @@ -33,7 +33,7 @@ DEAL_II_NAMESPACE_OPEN * MatrixBlock comes handy when using BlockMatrixArray. Once the * MatrixBlock has been properly initalized and filled, it can be used * as: - * @begin{code} + * @code * std::vector > > blocks; * * ... @@ -42,7 +42,7 @@ DEAL_II_NAMESPACE_OPEN * * for (unsigned int i=0;i