From: Tobias Leicht Date: Wed, 14 Mar 2007 09:52:00 +0000 (+0000) Subject: Undo accidental commit by Wolfgang in 14550. X-Git-Tag: v8.0.0~10429 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb3eb34ff18faab9748201b7285a707cd250048;p=dealii.git Undo accidental commit by Wolfgang in 14550. git-svn-id: https://svn.dealii.org/trunk@14577 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); }