From: bangerth Date: Wed, 4 Jul 2012 12:50:15 +0000 (+0000) Subject: Simplify code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703e08afb908ea16ed1c5ce13b5db656e9dce6f2;p=dealii-svn.git Simplify code. git-svn-id: https://svn.dealii.org/trunk@25680 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 017519fce5..50f2bfeb17 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 @@ -422,7 +422,7 @@ namespace Functions my_pair = GridTools::find_active_cell_around_point (mapping, *dh, points[0]); cell = my_pair.first; - qp.reset (my_pair.second); + qp = my_pair.second; point_flags[0] = true; }