From 76af58020e7ca0880b8de4038e592dd56f18de68 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 9 Jun 2000 21:11:00 +0000 Subject: [PATCH] change in Quadrature git-svn-id: https://svn.dealii.org/trunk@3001 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/show_shapes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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