]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid one more compiler warning
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Feb 2014 19:40:25 +0000 (19:40 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Feb 2014 19:40:25 +0000 (19:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@32529 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/matrix_free/fe_evaluation.h

index c57c8ad1e77dd97616560423e0d484aec2fcf043..f49488d2c7a4fd05d2f2c7fa32f8dabc86ea276a 100644 (file)
@@ -6004,7 +6004,7 @@ FEEvaluation<dim,fe_degree,n_q_points_1d,n_components_,Number>
 
   // Compute symmetric and skew-symmetric part of shape values for even-odd
   // decomposition
-  for (unsigned int i=0; i<(fe_degree+1)/2; ++i)
+  for (int i=0; i<(fe_degree+1)/2; ++i)
     for (unsigned int q=0; q<(n_q_points_1d+1)/2; ++q)
       {
         shape_val_evenodd[i][q] =

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.