From: wolf Date: Thu, 30 Nov 2000 13:31:41 +0000 (+0000) Subject: Remove template args from BlockSparsity. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d4a8443b3715b090bfc1165e72c0b5f3c24556;p=dealii-svn.git Remove template args from BlockSparsity. git-svn-id: https://svn.dealii.org/trunk@3516 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);