]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo from copy/paste 12108/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 28 Apr 2021 01:37:28 +0000 (01:37 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 28 Apr 2021 01:37:28 +0000 (01:37 +0000)
examples/step-67/step-67.cc

index da823b06b404ea92ee8d1a22a82c503886ced361..026655e92a322367ac2f690b091cc23373454bc5 100644 (file)
@@ -768,13 +768,13 @@ namespace Euler_DG
       const MatrixFree<dim, Number> &                   data,
       LinearAlgebra::distributed::Vector<Number> &      dst,
       const LinearAlgebra::distributed::Vector<Number> &src,
-      const std::pair<unsigned int, unsigned int> &     cell_range) const;
+      const std::pair<unsigned int, unsigned int> &     face_range) const;
 
     void local_apply_boundary_face(
       const MatrixFree<dim, Number> &                   data,
       LinearAlgebra::distributed::Vector<Number> &      dst,
       const LinearAlgebra::distributed::Vector<Number> &src,
-      const std::pair<unsigned int, unsigned int> &     cell_range) const;
+      const std::pair<unsigned int, unsigned int> &     face_range) const;
   };
 
 

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.