]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Sep 2010 12:33:56 +0000 (12:33 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Sep 2010 12:33:56 +0000 (12:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@21941 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/check_derivatives.cc

index 75f4e62d07c3395dca0405a6732b0e38530f7975..637cc8e85df5975fbc088c5b78ee2ce566aef536 100644 (file)
@@ -2,7 +2,7 @@
 //    check_derivatives.cc,v 1.3 2003/06/09 16:00:38 wolf Exp
 //    Version: 
 //
-//    Copyright (C) 2005, 2008 by the deal.II authors
+//    Copyright (C) 2005, 2008, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -101,7 +101,7 @@ void check1 (const unsigned int min_degree,
 
 // Nedelec exists only in 2d/3d
 template <>
-void check<FE_Nedelec> (const unsigned int min_degree,
+void check1<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);
 
-  check<FE_Nedelec> (1,1);
+  check1<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.