]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix stupid error.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 May 2005 13:22:36 +0000 (13:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 May 2005 13:22:36 +0000 (13:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@10590 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-17/step-17.cc

index 5e38916fabced5b4e61138d9e28f0aeff0e506fa..850ccae9582e87aa3e6a26cd92937d78a46c332d 100644 (file)
@@ -962,7 +962,7 @@ void ElasticProblem<dim>::assemble_system ()
                ExcInternalError());
        
        system_rhs(boundary_value->first)
-         = (boundary_value->second /
+         = (boundary_value->second *
             system_matrix.diag_element (boundary_value->first));
       }
 

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.