]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust call to new name of a function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Oct 2010 19:49:37 +0000 (19:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Oct 2010 19:49:37 +0000 (19:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@22465 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/polynomial_lagrange.cc

index 7f8e7044deb15c6f7cdb878cf356beaf4673b378..718bce6bd8948d23b05d7fa9d2e978eaae902a7f 100644 (file)
@@ -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<Polynomial<double> > p = Lagrange::generate_complete_basis(q.get_points());
+  std::vector<Polynomial<double> > p = generate_complete_Lagrange_basis(q.get_points());
   check_interpolation(p, q.get_points());
 }
 

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.