]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Simplify code.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Jul 2012 12:50:15 +0000 (12:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Jul 2012 12:50:15 +0000 (12:50 +0000)
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

index 017519fce55d47e8a0ec4c60745d24b98483b36f..50f2bfeb17ef04cead4b1f44db40b8a1bfad7d3e 100644 (file)
@@ -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;
        }
 

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.