From b905f0a4b1e69dd4d9ae04bf9d1a856eb988c7f3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 24 Oct 2010 19:49:37 +0000 Subject: [PATCH] Adjust call to new name of a function. git-svn-id: https://svn.dealii.org/trunk@22465 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/polynomial_lagrange.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/base/polynomial_lagrange.cc b/tests/base/polynomial_lagrange.cc index 7f8e7044de..718bce6bd8 100644 --- a/tests/base/polynomial_lagrange.cc +++ b/tests/base/polynomial_lagrange.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -56,7 +56,7 @@ void check_poly (const Quadrature<1>& q) { deallog << "Points: " << q.n_quadrature_points << std::endl; - std::vector > p = Lagrange::generate_complete_basis(q.get_points()); + std::vector > p = generate_complete_Lagrange_basis(q.get_points()); check_interpolation(p, q.get_points()); } -- 2.39.5