]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Copy constructor of SparseMatrixStruct needs explicit initialization of the base...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 14:36:31 +0000 (14:36 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 14:36:31 +0000 (14:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@1244 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix.cc

index a3e52b2f113be64867db9815de66778ee104bfb0..ca35ddb28f5e1208c15f697c7682ab4389e32f07 100644 (file)
@@ -29,6 +29,7 @@ SparseMatrixStruct::SparseMatrixStruct () :
 
 
 SparseMatrixStruct::SparseMatrixStruct (const SparseMatrixStruct &s) :
+               Subscriptor(),
                max_dim(0),
                max_vec_len(0),
                rowstart(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.