]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
bug removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Mar 2001 06:19:31 +0000 (06:19 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Mar 2001 06:19:31 +0000 (06:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@4256 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_array.h

index 145fe0c7f98143a4d8fa6c630cc81b91e0fbd7de..0074316f40c85e7a1aadea6b3eba271903c0553a 100644 (file)
@@ -252,7 +252,7 @@ void
 BlockMatrixArray<MATRIX>::vmult (BlockVector<VECTOR>& dst,
                                 const BlockVector<VECTOR>& src) const
 {
-  dst.equ = 0.;
+  dst = 0.;
   vmult_add (dst, src);
 }
 

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.