]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid warning in copy constructor.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jan 2012 13:19:43 +0000 (13:19 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jan 2012 13:19:43 +0000 (13:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@24925 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_vector.h

index 1fdb2066148e8a4c5d5850b537f4b6b18673af85..6c42c96712c6d005f828ea91c32b96002bac0a75 100644 (file)
@@ -952,6 +952,7 @@ namespace parallel
     inline
     Vector<Number>::Vector (const Vector<Number> &v)
                    :
+                   Subscriptor(),
                    allocated_size (0),
                    val (0),
                    import_data (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.