From: Nicola Giuliani Date: Fri, 23 Oct 2015 14:59:30 +0000 (+0200) Subject: updated test X-Git-Tag: v8.4.0-rc2~293^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1776%2Fhead;p=dealii.git updated test --- diff --git a/tests/fe/get_name_02.output b/tests/fe/get_name_02.output index 79b9fc165a..38489dc68d 100644 --- a/tests/fe/get_name_02.output +++ b/tests/fe/get_name_02.output @@ -1,6 +1,6 @@ DEAL::FE_Q<2,3>(1) DEAL::FE_Q<2,3>(QGaussLobatto(4)) -DEAL::FE_DGQArbitraryNodes<2>(QGauss(5)) -DEAL::FE_DGQArbitraryNodes<2>(QGaussLobatto(5)) -DEAL::FE_DGQArbitraryNodes<2>(QGaussLog(3)) +DEAL::FE_DGQArbitraryNodes<2,3>(QGauss(5)) +DEAL::FE_DGQArbitraryNodes<2,3>(QGaussLobatto(5)) +DEAL::FE_DGQArbitraryNodes<2,3>(QGaussLog(3))