]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clean up test
authorTimo Heister <timo.heister@gmail.com>
Fri, 3 May 2013 15:08:16 +0000 (15:08 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 3 May 2013 15:08:16 +0000 (15:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@29445 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/trilinos_sparse_matrix_01.cc

index 9451a78bef6061a2f2872c56b062ca7c9c59a645..10b12307e7f0aa3a23e0789b5eed453c14d61ac5 100644 (file)
@@ -74,7 +74,6 @@ void test ()
   sp.compress();
 
   TrilinosWrappers::SparseMatrix A;
-  A.clear ();
   A.reinit (sp);
   if (my_id==0)
     {
@@ -86,8 +85,7 @@ void test ()
       A.set(0, 0, 0.1);
       A.set(0, 2, 0.2);
       A.set(2,3, 0.3);
-    }
-  
+    }  
 
   A.compress(VectorOperation::insert);
   

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.