From: bangerth Date: Thu, 13 Jul 2006 13:39:48 +0000 (+0000) Subject: Make clear where we have to look up FEValues X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d149e43f345f06293c750ed7b45bff45e3a21b8;p=dealii-svn.git Make clear where we have to look up FEValues git-svn-id: https://svn.dealii.org/trunk@13376 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index 33fdc7bca7..97f5d4ef8b 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -1,6 +1,6 @@ //--------------------------------------------------------------------------- // $Id$ -// Version: $Name$ +// Version: $Name: $ // // Copyright (C) 2005, 2006 by the deal.II authors // @@ -1471,7 +1471,7 @@ namespace internal // initialize for this cell x_fe_values.reinit (cell); - const FEValues &fe_values = x_fe_values.get_present_fe_values (); + const ::FEValues &fe_values = x_fe_values.get_present_fe_values (); const unsigned int n_q_points = fe_values.n_quadrature_points; // resize all out scratch