]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't use reinit() any more for matrices.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Jun 2004 04:09:44 +0000 (04:09 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Jun 2004 04:09:44 +0000 (04:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@9358 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/block_sparse_matrix_1.cc

index 4801472bd70d88fc61146b554e3d282e76ca3045..999e87e7e119ba21ce7c325de54a735210b36c3a 100644 (file)
@@ -119,7 +119,7 @@ int main()
   B.block(0,0) /= 10.;
   B.print_formatted (deallog.get_file_stream (),3,false);
 
-  B.clear();
+  B = 0;
   
   return 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.