From 61f4fa0d130ac36917f6602890130d34dd2362a7 Mon Sep 17 00:00:00 2001 From: leicht Date: Wed, 14 Mar 2007 09:52:00 +0000 Subject: [PATCH] Undo accidental commit by Wolfgang in 14550. git-svn-id: https://svn.dealii.org/trunk@14577 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/face_orientation_and_fe_q_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bits/face_orientation_and_fe_q_01.cc b/tests/bits/face_orientation_and_fe_q_01.cc index f9e9b88075..48959294f0 100644 --- a/tests/bits/face_orientation_and_fe_q_01.cc +++ b/tests/bits/face_orientation_and_fe_q_01.cc @@ -212,5 +212,5 @@ int main () template void test () { - test_with_wrong_face_orientation (FE_Q(5), 5); + test_with_wrong_face_orientation (FE_Q(3), 3); } -- 2.39.5