From: Luca Heltai Date: Tue, 22 Mar 2011 18:25:55 +0000 (+0000) Subject: Fixed annoying little bug X-Git-Tag: v8.0.0~4212 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c2167c998ea8dd01be4fd8ad65428d7970f6c0;p=dealii.git Fixed annoying little bug git-svn-id: https://svn.dealii.org/trunk@23505 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/fe_field_function.templates.h b/deal.II/include/deal.II/numerics/fe_field_function.templates.h index a8516b2d40..b96dbaf143 100644 --- a/deal.II/include/deal.II/numerics/fe_field_function.templates.h +++ b/deal.II/include/deal.II/numerics/fe_field_function.templates.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -311,7 +311,7 @@ namespace Functions // If we found one in this cell, keep looking in the same cell for (unsigned int p=first_outside; p qpoint = mapping.transform_real_to_unit_cell(cell, points[p]); + Point qpoint = mapping.transform_real_to_unit_cell(cells[c], points[p]); if (GeometryInfo::is_inside_unit_cell(qpoint)) { point_flags[p] = true;