From: Bruno Turcksin Date: Wed, 28 Apr 2021 01:37:28 +0000 (+0000) Subject: Fix typo from copy/paste X-Git-Tag: v9.3.0-rc1~169^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12108%2Fhead;p=dealii.git Fix typo from copy/paste --- diff --git a/examples/step-67/step-67.cc b/examples/step-67/step-67.cc index da823b06b4..026655e92a 100644 --- a/examples/step-67/step-67.cc +++ b/examples/step-67/step-67.cc @@ -768,13 +768,13 @@ namespace Euler_DG const MatrixFree & data, LinearAlgebra::distributed::Vector & dst, const LinearAlgebra::distributed::Vector &src, - const std::pair & cell_range) const; + const std::pair & face_range) const; void local_apply_boundary_face( const MatrixFree & data, LinearAlgebra::distributed::Vector & dst, const LinearAlgebra::distributed::Vector &src, - const std::pair & cell_range) const; + const std::pair & face_range) const; };