]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make clear where we have to look up FEValues
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jul 2006 13:39:48 +0000 (13:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jul 2006 13:39:48 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@13376 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.templates.h

index 33fdc7bca7f89e6499dfaf89597f8ff2080208b3..97f5d4ef8b6016390dca4360e8caf2d4ac4dfd4f 100644 (file)
@@ -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<dim> &fe_values  = x_fe_values.get_present_fe_values ();
+          const ::FEValues<dim> &fe_values  = x_fe_values.get_present_fe_values ();
           const unsigned int   n_q_points = fe_values.n_quadrature_points;
           
                                            // resize all out scratch

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.