From: heister Date: Mon, 17 Mar 2014 14:43:00 +0000 (+0000) Subject: update test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fab239b3fb1fba90242929971f25fe6233def9;p=dealii-svn.git update test git-svn-id: https://svn.dealii.org/trunk@32666 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/get_name_01.cc b/tests/fe/get_name_01.cc index 768239b470..37123e401e 100644 --- a/tests/fe/get_name_01.cc +++ b/tests/fe/get_name_01.cc @@ -17,7 +17,18 @@ // test get_name() (it is currently broken for FE_DGQArbitraryNodes) - +/* +6264: An error occurred in line <833> of file in function +6264: std::string dealii::FE_DGQArbitraryNodes::get_name() const [with int dim = 2, int spacedim = 2, std::string = std::basic_string] +6264: The violated condition was: +6264: index == n_points +6264: The name and call sequence of the exception was: +6264: ExcMessage ("Could not decode support points in one coordinate direction.") +6264: Additional Information: +6264: Could not decode support points in one coordinate direction. +6264: -------------------------------------------------------- +*/ + #include "../tests.h" #include #include