]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
initialize fields.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 20:24:10 +0000 (20:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 20:24:10 +0000 (20:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@8791 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_vector_base.cc

index 9bb26d4d202399b8316945e4ce3723416983340c..e0b3ef4c4b0727e40199078e37a0b98efe95a405 100644 (file)
 namespace PETScWrappers
 {
   VectorBase::VectorBase ()
+                  :
+                  last_action (LastAction::none)
   {}
   
 
   
   VectorBase::VectorBase (const VectorBase &v)
+                  :
+                  last_action (LastAction::none)
   {
     int ierr = VecDuplicate (v.vector, &vector);
     AssertThrow (ierr == 0, ExcPETScError(ierr));

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.