]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jun 2005 16:38:51 +0000 (16:38 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jun 2005 16:38:51 +0000 (16:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@10869 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/petsc_52.cc

index 0b640ab0cf7d1993a24c41892e7d88d034ad7474..25024ebeeb0bd6b9861bb8767c3819a147bed8ce 100644 (file)
@@ -63,7 +63,7 @@ int main (int argc,char **argv)
       PetscInitialize(&argc,&argv,0,0);
       {
         std::vector<unsigned int> row_lengths (5, 3U);
-        row_lengths.back() == 2;
+        row_lengths.back() = 2;
         PETScWrappers::SparseMatrix m (5,5,row_lengths);
         test (m);
       }

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.