]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use out usual style
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 May 2007 06:05:42 +0000 (06:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 May 2007 06:05:42 +0000 (06:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@14684 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c21057b3e50096e070c544db02ebc46b36b2863b..8cf7fac3c63c045506745ec28802615533a53e86 100644 (file)
@@ -954,10 +954,9 @@ void TwoPhaseFlowProblem<dim>::assemble_system ()
       for (unsigned int i=0; i<dofs_per_cell; ++i)
       
         for (unsigned int j=0; j<dofs_per_cell; ++j)
-          {    system_matrix.add (local_dof_indices[i],
-                                  local_dof_indices[j],
-                                  local_matrix(i,j));
-          }
+         system_matrix.add (local_dof_indices[i],
+                            local_dof_indices[j],
+                            local_matrix(i,j));
       
       for (unsigned int i=0; i<dofs_per_cell; ++i)
         system_rhs(local_dof_indices[i]) += local_rhs(i);

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.