From 703e08afb908ea16ed1c5ce13b5db656e9dce6f2 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 4 Jul 2012 12:50:15 +0000
Subject: [PATCH] Simplify code.

git-svn-id: https://svn.dealii.org/trunk@25680 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/numerics/fe_field_function.templates.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
2.39.5