From: Wolfgang Bangerth Date: Fri, 7 Apr 2023 21:21:28 +0000 (-0600) Subject: Use the non-deprecated name of a class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db1d7e65c43478dafe9f72422643d3b4363f1ee;p=code-gallery.git Use the non-deprecated name of a class. --- diff --git a/parallel_in_time/src/HeatEquationImplem.hh b/parallel_in_time/src/HeatEquationImplem.hh index d30819f..c3eafd0 100644 --- a/parallel_in_time/src/HeatEquationImplem.hh +++ b/parallel_in_time/src/HeatEquationImplem.hh @@ -334,7 +334,7 @@ HeatEquation::process_solution(double a_time, difference_per_cell, VectorTools::H1_seminorm); - const QTrapez<1> q_trapez; + const QTrapezoid<1> q_trapez; const QIterated q_iterated (q_trapez, 5); VectorTools::integrate_difference (dof_handler, a_vector,