]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make aux a value, rather than a reference. This will most probably not
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 30 Apr 2003 15:33:22 +0000 (15:33 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 30 Apr 2003 15:33:22 +0000 (15:33 +0000)
have worked before.

git-svn-id: https://svn.dealii.org/trunk@7502 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 00cc1e29ad1e69a30ea3e929ff82585d9acc5aef..c51fc9ef07786d38bcbe2251fe1cee3461b9cce4 100644 (file)
@@ -618,7 +618,7 @@ BlockTrianglePrecondition<MATRIX>::vmult_add (
   Assert (src.n_blocks() == n_block_cols(),
          ExcDimensionMismatch(src.n_blocks(), n_block_cols()));
 
-  BlockVector<number>& aux;
+  BlockVector<number> aux;
   aux.reinit(dst);
   vmult(aux, src);
   dst.add(aux);

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.