]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Corrected one mistake.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Dec 2008 08:21:59 +0000 (08:21 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Dec 2008 08:21:59 +0000 (08:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@17904 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.cc

index fcfa232d292252686730ab9b89f00fc97b95fda8..70033261f319c66f63e31917bdf689fafdcbaea3 100644 (file)
@@ -755,7 +755,7 @@ void FEValuesBase<dim,spacedim>::get_function_values (
              const unsigned int comp = c + mc * n_components;
            
              for (unsigned int point=0; point<n_quadrature_points; ++point)
-               values[point](c) += value * *shape_value_ptr++;
+               values[point](comp) += value * *shape_value_ptr++;
            }
       }
 }

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.