From: Peter Munch Date: Sun, 12 Jan 2020 08:03:27 +0000 (+0100) Subject: Remove filtered_iterator include in step-18 X-Git-Tag: v9.2.0-rc1~694^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6bac1b35597c080bb4ecd55a7731840c6d3a963;p=dealii.git Remove filtered_iterator include in step-18 --- diff --git a/examples/step-18/step-18.cc b/examples/step-18/step-18.cc index 638192dc2e..13016de655 100644 --- a/examples/step-18/step-18.cc +++ b/examples/step-18/step-18.cc @@ -61,11 +61,6 @@ // the introduction: #include -// And a header that implements filters for iterators looping over all -// cells. We will use this when selecting only those cells for output that are -// owned by the present process in a %parallel program: -#include - // And lastly a header that contains some functions that will help us compute // rotaton matrices of the local coordinate systems at specific points in the // domain.