From e1d4a8443b3715b090bfc1165e72c0b5f3c24556 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 Nov 2000 13:31:41 +0000 Subject: [PATCH] Remove template args from BlockSparsity. git-svn-id: https://svn.dealii.org/trunk@3516 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/block_matrices.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lac/block_matrices.cc b/tests/lac/block_matrices.cc index 468516a67d..dee86931f3 100644 --- a/tests/lac/block_matrices.cc +++ b/tests/lac/block_matrices.cc @@ -1,4 +1,4 @@ -//---------------------------- solver.cc --------------------------- +//---------------------------- block_matrices.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver.cc --------------------------- +//---------------------------- block_matrices.cc --------------------------- #include @@ -30,7 +30,7 @@ void test () deallog.attach(logfile); deallog.depth_console(0); - BlockSparsityPattern<3,2> bsp; + BlockSparsityPattern bsp(3,2); // set sizes bsp.block(0,0).reinit ( 2, 10, 7); bsp.block(0,1).reinit ( 2, 19, 8); -- 2.39.5