From c4560bb8108b6c7a76624894979a8d4f3016e2e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 Jun 2001 09:12:32 +0000 Subject: [PATCH] Fix obvious reason why this test failed. git-svn-id: https://svn.dealii.org/trunk@4755 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/Makefile.in b/tests/deal.II/Makefile.in index 4cb007ae05..8e0fb1a079 100644 --- a/tests/deal.II/Makefile.in +++ b/tests/deal.II/Makefile.in @@ -42,7 +42,7 @@ wave-test-3.exe : wave-test-3.go $(lib-2d) support_point_map.exe : support_point_map.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) filtered_matrix.exe : filtered_matrix.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) boundaries.exe : boundaries.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) -sparsity_pattern.exe : sparsity_pattern.go $(lib-1d) $(lib-2d) $(lib-1d) $(libraries) +sparsity_pattern.exe : sparsity_pattern.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) tests = grid_test grid_transform dof_test data_out derivatives gradients constraints mg \ mglocal block_matrices second_derivatives derivative_approximation \ -- 2.39.5