]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust test for changes in the previous commit. 11244/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 26 Nov 2020 03:28:28 +0000 (20:28 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 26 Nov 2020 03:28:28 +0000 (20:28 -0700)
tests/lac/is_block_matrix.cc

index c98e78c777510e12f2318bad27be19fc09f048a0..097a71b155731ac406b244d75d1f24240bd8016b 100644 (file)
@@ -46,11 +46,12 @@ test()
           << IsBlockMatrix<BlockSparseMatrixEZ<double>>::value << ' '
           << IsBlockMatrix<BlockSparseMatrixEZ<float>>::value << std::endl;
 
-  deallog << IsBlockMatrix<SparsityPattern>::value << ' '
-          << IsBlockMatrix<DynamicSparsityPattern>::value << std::endl;
+  deallog << IsBlockSparsityPattern<SparsityPattern>::value << ' '
+          << IsBlockSparsityPattern<DynamicSparsityPattern>::value << std::endl;
 
-  deallog << IsBlockMatrix<BlockSparsityPattern>::value << ' '
-          << IsBlockMatrix<BlockDynamicSparsityPattern>::value << std::endl;
+  deallog << IsBlockSparsityPattern<BlockSparsityPattern>::value << ' '
+          << IsBlockSparsityPattern<BlockDynamicSparsityPattern>::value
+          << std::endl;
 }
 
 

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.