]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
r18134 did not compile
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jan 2009 20:35:34 +0000 (20:35 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jan 2009 20:35:34 +0000 (20:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@18163 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/check_derivatives.cc

index 4d427f5021e84d6b0ed8dbedc37a840e9cc08a26..75f4e62d07c3395dca0405a6732b0e38530f7975 100644 (file)
@@ -101,8 +101,8 @@ void check1 (const unsigned int min_degree,
 
 // Nedelec exists only in 2d/3d
 template <>
-void check1<FE_Nedelec> (const unsigned int min_degree,
-                        const unsigned int max_degree)
+void check<FE_Nedelec> (const unsigned int min_degree,
+                        const unsigned int max_degree)
 {
   for (unsigned int degree=min_degree; degree<=max_degree; ++degree)
     {
@@ -153,7 +153,7 @@ main()
   check<FE_DGPNonparametric> (0,4);
   check1<FE_DGPMonomial> (0,3);
 
-  check1<FE_Nedelec> (1,1);
+  check<FE_Nedelec> (1,1);
   check1<FE_RaviartThomas> (0,4);
   check1<FE_RaviartThomasNodal> (0,2);
   

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.