From f1267b44b03b2674cb1a4adbb04f6c35022ede34 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Jan 2002 09:49:41 +0000 Subject: [PATCH] Add filtered iterators. git-svn-id: https://svn.dealii.org/trunk@5353 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 27474438a4..cea682b769 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -1,7 +1,7 @@ # Generated automatically from Makefile.in by configure. ############################################################ # $Id$ -# Copyright (C) 2000, 2001 by the deal.II authors +# Copyright (C) 2000, 2001, 2002 by the deal.II authors ############################################################ ############################################################ @@ -46,12 +46,15 @@ boundaries.exe : boundaries.go $(lib-1d) $(lib-2d) $ sparsity_pattern.exe : sparsity_pattern.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) grid_tools.exe : grid_tools.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) subdomain_ids.exe : subdomain_ids.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) +filtered_iterator.exe : filtered_iterator.go $(lib-2d) $(libraries) + tests = grid_test grid_transform dof_test data_out derivatives gradients \ constraints block_matrices second_derivatives derivative_approximation \ matrices error_estimator intergrid_constraints intergrid_map \ wave-test-3 dof_renumbering support_point_map filtered_matrix \ - boundaries sparsity_pattern grid_tools subdomain_ids + boundaries sparsity_pattern grid_tools subdomain_ids \ + filtered_iterator ############################################################ -- 2.39.5