From 6bfae4eac53e0a04046b86b1a3085513bbd1bb3b Mon Sep 17 00:00:00 2001 From: heltai Date: Tue, 22 Mar 2011 18:25:55 +0000 Subject: [PATCH] Fixed annoying little bug git-svn-id: https://svn.dealii.org/trunk@23505 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/numerics/fe_field_function.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5