]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean up.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Jun 2005 16:52:30 +0000 (16:52 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Jun 2005 16:52:30 +0000 (16:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@10927 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index 32cf2eeb78e0eaf0407ab996ffbe32be5a27e8ab..1e0a80666380e995ff9e1771cfb620e0b4bf3855 100644 (file)
@@ -606,7 +606,7 @@ void FE_Q<dim>::initialize_unit_support_points ()
            p(2) = iz * step;
          
          this->unit_support_points[index_map_inverse[k++]] = p;
-       };
+       }
 }
 
 
@@ -651,7 +651,7 @@ void FE_Q<dim>::initialize_unit_face_support_points ()
            p(2) = iz * step;
          
          this->unit_face_support_points[face_index_map_inverse[k++]] = p;
-       };
+       }
 }
 
 
@@ -1400,7 +1400,7 @@ FE_Q<dim>::initialize_embedding ()
            sum += this->prolongation[child](row,col);
          Assert (std::fabs(sum-1.) < 2e-14*this->degree*dim,
                  ExcInternalError());
-       };
+       }
     }
 }
 

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.