]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Explicitly initialize the base Subscriptor class in copy constructor.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Jul 2009 16:46:04 +0000 (16:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Jul 2009 16:46:04 +0000 (16:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@19130 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/constraint_matrix.h

index ad67cbc78fd4d1dd67923b1a7e7ea969b1471bae..0eabd8754b6a4e9e8146dc3cd83c3ff14d2029db 100644 (file)
@@ -1546,6 +1546,7 @@ ConstraintMatrix::ConstraintMatrix ()
 inline
 ConstraintMatrix::ConstraintMatrix (const ConstraintMatrix &constraint_matrix)
                :
+               Subscriptor (),
                lines (constraint_matrix.lines),
                constraint_line_exists (constraint_matrix.constraint_line_exists),
                sorted (constraint_matrix.sorted)

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.