From 018e308a889b25d1028558ae2312ae8a898c49f8 Mon Sep 17 00:00:00 2001
From: bangerth
Date: Tue, 19 Jun 2007 09:32:23 +0000
Subject: [PATCH] Reintroduce the old name CompressedBlockSparsityPattern as a
deprecated typedef.
git-svn-id: https://svn.dealii.org/trunk@14785 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/changes.html | 3 ++-
deal.II/lac/include/lac/block_sparsity_pattern.h | 11 +++++++++++
.../lac/include/lac/compressed_set_sparsity_pattern.h | 11 ++++++++---
3 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html
index 8bae2db706..cc516410f3 100644
--- a/deal.II/doc/news/changes.html
+++ b/deal.II/doc/news/changes.html
@@ -749,7 +749,8 @@ inconvenience this causes.
class="class">CompressedBlockSparsityPattern has been renamed to
BlockCompressedSparsityPattern
to be
consistent, since the "block" part builds on the "compressed sparsity
- pattern", not the other way around.
+ pattern", not the other way around. The old name remains as a typedef,
+ but its use is deprecated.
(WB 2007/06/17)
diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h
index 2f71b4e46d..dac172342e 100644
--- a/deal.II/lac/include/lac/block_sparsity_pattern.h
+++ b/deal.II/lac/include/lac/block_sparsity_pattern.h
@@ -627,6 +627,17 @@ class BlockCompressedSparsityPattern : public BlockSparsityPatternBase