]> https://gitweb.dealii.org/ - dealii.git/commitdiff
bug removed
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Nov 2000 14:38:40 +0000 (14:38 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Nov 2000 14:38:40 +0000 (14:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@3486 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_derivative.cc

index 5a4636de585ae641c67eafe318bed3767d2368ff..e6d8ed09784a5bb0c78ab2f0bdd7531fd3e56af6 100644 (file)
@@ -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;
     }    

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.