From: Wolfgang Bangerth Date: Thu, 13 Jul 2006 13:39:48 +0000 (+0000) Subject: Make clear where we have to look up FEValues X-Git-Tag: v8.0.0~11580 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4936220eb9555c8e87714e7342e6d464fc184b79;p=dealii.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