]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
error in fevalues for systems removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Mar 1999 17:13:01 +0000 (17:13 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Mar 1999 17:13:01 +0000 (17:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@951 0785d39b-7218-0410-832d-ea1e28bc413d

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

index f0c2f21c14fb3af6b5be626195522f2f82aed613..158dd8043d732f646bfe8f0898e128619c49131c 100644 (file)
@@ -107,7 +107,7 @@ void FEValuesBase<dim>::get_function_values (const Vector<double>     &fe_functi
 
                                   // initialize with zero
   for (unsigned i=0;i<values.size();++i)
-    fill_n (values[i].begin(), n_quadrature_points, 0);
+    fill_n (values[i].begin(), values[i].size(), 0);
 
                                   // add up contributions of trial
                                   // functions

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.