]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
One-character fix.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 15:07:01 +0000 (15:07 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 15:07:01 +0000 (15:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@6063 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc

index 2552e4824bbc771b7d97bb06891aa0bc4b181167..638f60ab2644fd1cd0454e4671d2994b50b90e6c 100644 (file)
@@ -537,7 +537,7 @@ std::vector<unsigned int>
 FE_Nedelec<dim>::get_dpo_vector(const unsigned int degree)
 {
 //TODO: fix for higher orders. correct now for lowest order, all dimensions  
-  std::vector<unsigned int> dpo(dim+1, 0);
+  std::vector<unsigned int> dpo(dim+1, 0U);
 // can this be done in a dimension independent and degree independent way?  
 // if DoFs are located only on lines, the the following is the correct way
 

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.