From: kanschat Date: Thu, 17 Jan 2008 20:22:32 +0000 (+0000) Subject: use new identifier in BlockMatrixArray X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b40b59f1f8fdce7eadf71669481b7d549a1be0;p=dealii-svn.git use new identifier in BlockMatrixArray git-svn-id: https://svn.dealii.org/trunk@15627 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index be8d81f029..0131929cf4 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -633,7 +633,7 @@ BlockMatrixArray::Entry::Entry ( col (col), prefix (prefix), transpose (transpose), - matrix (new PointerMatrix >(&m, typeid(*this).name())) + matrix (new_pointer_matrix_base(m, Vector(), typeid(*this).name())) {}