From: guido Date: Fri, 9 Jun 2000 21:11:00 +0000 (+0000) Subject: change in Quadrature X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76af58020e7ca0880b8de4038e592dd56f18de68;p=dealii-svn.git change in Quadrature git-svn-id: https://svn.dealii.org/trunk@3001 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/show_shapes.cc b/tests/fe/show_shapes.cc index 691f5d9f6f..8da719e7d0 100644 --- a/tests/fe/show_shapes.cc +++ b/tests/fe/show_shapes.cc @@ -37,7 +37,7 @@ plot_shape_functions(FiniteElement& finel, const char* name) { for (unsigned int n=0;n<=div;++n) { - gnuplot << q.quad_point(k); + gnuplot << q.point(k); for (unsigned int i=0;i