From 05ebd9a809e07104cbd3bf3e2e6d7ecad830b5af Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Fri, 23 Oct 2015 16:59:30 +0200 Subject: [PATCH] updated test --- tests/fe/get_name_02.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.39.5