From: guido <guido@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Mon, 13 Nov 2000 14:38:40 +0000 (+0000) Subject: bug removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070ad7e2ebefad1287b6bf321a511d01d3c343bf;p=dealii-svn.git bug removed git-svn-id: https://svn.dealii.org/trunk@3486 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_derivative.cc b/deal.II/base/source/function_derivative.cc index 5a4636de58..e6d8ed0978 100644 --- a/deal.II/base/source/function_derivative.cc +++ b/deal.II/base/source/function_derivative.cc @@ -136,7 +136,7 @@ FunctionDerivative<dim>::value_list (const vector<Point<dim> > &points, for (unsigned int i=0;i<n;++i) { - values[i] = (values[i]-p_pp[i]+8*(p_p[i]-p_m[i]))/(12*h); + values[i] = (values[i]-e_pp[i]+8*(e_p[i]-e_m[i]))/(12*h); } break; }