]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Use the non-deprecated name of a class. 125/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 7 Apr 2023 21:21:28 +0000 (15:21 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 7 Apr 2023 21:23:43 +0000 (15:23 -0600)
parallel_in_time/src/HeatEquationImplem.hh

index d30819f3718a42ae0b8f989bc507e7049080518f..c3eafd0b7d592a0de3fc92e2a75eca7fd47d8d34 100644 (file)
@@ -334,7 +334,7 @@ HeatEquation<dim>::process_solution(double a_time,
                                                             difference_per_cell,
                                                             VectorTools::H1_seminorm);
 
-  const QTrapez<1> q_trapez;
+  const QTrapezoid<1> q_trapez;
   const QIterated<dim> q_iterated (q_trapez, 5);
   VectorTools::integrate_difference (dof_handler,
                                      a_vector,

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.