]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
use new identifier in BlockMatrixArray
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 20:22:32 +0000 (20:22 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 20:22:32 +0000 (20:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@15627 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_array.h

index be8d81f0292caa84372cf4d25c5e2f1d23d31ca4..0131929cf43365ac8bab26de92cff51cb814b085 100644 (file)
@@ -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<number>::Entry::Entry (
                col (col),
                prefix (prefix),
                transpose (transpose),
-               matrix (new PointerMatrix<MATRIX, Vector<number> >(&m, typeid(*this).name()))
+               matrix (new_pointer_matrix_base(m, Vector<number>(), typeid(*this).name()))
 {}
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.