]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a few unnecessary semicolons.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Apr 2005 20:59:47 +0000 (20:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Apr 2005 20:59:47 +0000 (20:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@10587 0785d39b-7218-0410-832d-ea1e28bc413d

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

index b6b7ea06babcb8499790525357ba0e811670878d..d5227f37283767daf6e21de7a25ad5b54ae26182 100644 (file)
@@ -184,12 +184,12 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
              
                                               // set matrix entry to zero
              matrix.global_entry(global_entry) = 0.;
-           };
-       };
+           }
+       }
 
                                       // preset solution vector
       solution(dof_number) = dof->second;
-    };
+    }
 }
 
 
@@ -504,13 +504,13 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
                  
                                                   // set matrix entry to zero
                  matrix.block(block_row,block_index.first).global_entry(global_entry) = 0.;
-               };
-           };
-       };
+               }
+           }
+       }
 
                                       // preset solution vector
       solution.block(block_index.first)(block_index.second) = dof->second;
-    };
+    }
 }
 
 
@@ -638,7 +638,7 @@ apply_boundary_values (const std::map<unsigned int,double> &boundary_values,
 
                                       // preset solution vector
       solution(dof_number) = dof->second;
-    };
+    }
 }
 
 #endif

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.