]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix no-effect statement
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Sep 2011 17:26:31 +0000 (17:26 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Sep 2011 17:26:31 +0000 (17:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@24248 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/petsc_matrix_base.cc

index e07373baf2d93bf8e8e8bb22028348841c6d54d6..d5ca400588b75fab5482e3e2498fb9ea8500c305 100644 (file)
@@ -248,7 +248,7 @@ namespace PETScWrappers
     ierr = MatAssemblyEnd (matrix,MAT_FINAL_ASSEMBLY);
     AssertThrow (ierr == 0, ExcPETScError(ierr));
     
-    last_action == LastAction::none;
+    last_action = LastAction::none;
   }
 
 

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.