From b6bac1b35597c080bb4ecd55a7731840c6d3a963 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 12 Jan 2020 09:03:27 +0100 Subject: [PATCH] Remove filtered_iterator include in step-18 --- examples/step-18/step-18.cc | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.39.5