From 2063c28d6a1ea4cbb67ffe0f61ae397752e82d49 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 21 Jun 2007 07:57:01 +0000 Subject: [PATCH] Update name of class git-svn-id: https://svn.dealii.org/trunk@14794 0785d39b-7218-0410-832d-ea1e28bc413d --- .../examples/doxygen/compressed_block_sparsity_pattern.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/doxygen/compressed_block_sparsity_pattern.cc b/deal.II/examples/doxygen/compressed_block_sparsity_pattern.cc index 35aa5d49b5..7acdff0e6e 100644 --- a/deal.II/examples/doxygen/compressed_block_sparsity_pattern.cc +++ b/deal.II/examples/doxygen/compressed_block_sparsity_pattern.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006 by the deal.II authors +// Copyright (C) 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -11,7 +11,7 @@ // //--------------------------------------------------------------------------- -// See documentation of CompressedBlockSparsityPattern for documentation of this example +// See documentation of BlockCompressedSparsityPattern for documentation of this example #include #include @@ -52,7 +52,7 @@ int main() std::vector dofs_per_block(fe.n_blocks()); DoFTools::count_dofs_per_block(dof, dofs_per_block); - CompressedBlockSparsityPattern c_sparsity(fe.n_blocks(), fe.n_blocks()); + BlockCompressedSparsityPattern c_sparsity(fe.n_blocks(), fe.n_blocks()); for (unsigned int i=0;i