From 99e4c49b32bdf87cbc3c703fad22fcdae37b1faa Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Oct 2003 22:34:15 +0000 Subject: [PATCH] Simplify. git-svn-id: https://svn.dealii.org/trunk@8131 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/solution_transfer_1.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bits/solution_transfer_1.cc b/tests/bits/solution_transfer_1.cc index 170ed2a2f5..eb96c3b1ff 100644 --- a/tests/bits/solution_transfer_1.cc +++ b/tests/bits/solution_transfer_1.cc @@ -38,7 +38,6 @@ int main () Triangulation<2> tria; GridGenerator::hyper_cube (tria); - tria.refine_global (2); FE_Q<2> fe(1); -- 2.39.5