]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with gcc3.4.3
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 16 Mar 2005 19:12:30 +0000 (19:12 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 16 Mar 2005 19:12:30 +0000 (19:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@10172 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 8c0112183e3d59436b175aa2c0e827866844a49b..f62037905403ad7a49492e9bc6ca01d0be0e0256 100644 (file)
@@ -782,7 +782,7 @@ BlockTrianglePrecondition<MATRIX,number>::do_row (
   typename std::vector<typename BlockMatrixArray<MATRIX,number>::Entry>::const_iterator
     diagonal = end;  
   
-  Vector<number>* p_aux = mem->alloc();
+  Vector<number>* p_aux = this->mem->alloc();
   Vector<number>& aux = *p_aux;
   
   aux.reinit(dst.block(row_num), true);
@@ -813,7 +813,7 @@ BlockTrianglePrecondition<MATRIX,number>::do_row (
     diagonal->matrix->vmult(aux, dst.block(row_num));
   dst.block(row_num).equ (diagonal->prefix, aux);
   
-  mem->free(p_aux);
+  this->mem->free(p_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.