]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a few stray semicolons.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:32:06 +0000 (15:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:32:06 +0000 (15:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@10622 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.all_dimensions.cc

index 66cd52eca10a817f27a2afa53dab88b8e05ae5d6..09d76f324f0a4f47968af319aa13dc20b6708134 100644 (file)
@@ -66,7 +66,7 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
       {
        first_nonzero_diagonal_entry = matrix.diag_element(i);
        break;
-      };
+      }
 
   
   std::map<unsigned int,double>::const_iterator dof  = boundary_values.begin(),
@@ -324,7 +324,7 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
          
          for (unsigned int j=first; j<last; ++j)
            matrix.block(block_index.first,block_col).global_entry(j) = 0.;
-       };
+       }
       
 
                                       // set right hand side to
@@ -352,7 +352,7 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
            .diag_element(block_index.second)
            = first_nonzero_diagonal_entry;
          new_rhs = dof->second * first_nonzero_diagonal_entry;
-       };
+       }
       right_hand_side.block(block_index.first)(block_index.second)
        = new_rhs;
 

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.