]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
adapt to changed constructor
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Aug 2011 16:03:14 +0000 (16:03 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Aug 2011 16:03:14 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@24047 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/block_sparse_matrix_ez.templates.h

index f9cf8019e9be72b37bd0a002aa74702572b1fa80..2ee219a6ec572917119672802771f1c684a5d5e0 100644 (file)
@@ -22,9 +22,6 @@ DEAL_II_NAMESPACE_OPEN
 
 template <typename number>
 BlockSparseMatrixEZ<number>::BlockSparseMatrixEZ ()
-                :
-               row_indices (0),
-               column_indices (0)
 {}
 
 
@@ -34,8 +31,8 @@ BlockSparseMatrixEZ<number>::
 BlockSparseMatrixEZ (const unsigned int rows,
                      const unsigned int cols)
                 :
-               row_indices (rows),
-               column_indices (cols)
+               row_indices (rows, 0),
+               column_indices (cols, 0)
 {}
 
 

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.