]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Explicitely initialize base class.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Oct 2009 16:16:37 +0000 (16:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Oct 2009 16:16:37 +0000 (16:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@19911 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_vector_base.cc

index 904b8eca184081da453043565ade48cb7741bd0e..a339a2ab3bf14cde3258cdddc5b27b31dcca824f 100644 (file)
@@ -106,6 +106,7 @@ namespace PETScWrappers
 
   VectorBase::VectorBase (const VectorBase &v)
                   :
+                 Subscriptor (),
                   last_action (LastAction::none)
   {
     int ierr = VecDuplicate (v.vector, &vector);

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.