From: Bruno Turcksin Date: Tue, 24 May 2016 20:28:31 +0000 (-0400) Subject: Fix a bug in step-34. X-Git-Tag: v8.5.0-rc1~1019^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2630%2Fhead;p=dealii.git Fix a bug in step-34. --- diff --git a/examples/step-34/step-34.cc b/examples/step-34/step-34.cc index 87e4caa763..d507e8fb8f 100644 --- a/examples/step-34/step-34.cc +++ b/examples/step-34/step-34.cc @@ -768,7 +768,7 @@ namespace Step34 difference_per_cell, QGauss<(dim-1)>(2*fe.degree+1), VectorTools::L2_norm); - const double L2_error = VectorTools::compute_global_error(triangulation, + const double L2_error = VectorTools::compute_global_error(tria, difference_per_cell, VectorTools::L2_norm);