]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix forgotten out-commenting.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 May 1999 11:46:20 +0000 (11:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 May 1999 11:46:20 +0000 (11:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@1338 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index 1992b1cf2bf694e2d09818badd45207d66c6e606..fe33ddfb4ba0eca463097188bcf48dc5fff281e5 100644 (file)
@@ -18,11 +18,11 @@ Quadrature<dim>::Quadrature (const unsigned int n_q) :
                weights (n_q, 0) {};
 
 
-// template <>
-// Quadrature<0>::Quadrature (const Quadrature<-1> &,
-//                        const Quadrature<1> &) {
-//   Assert (false, ExcInternalError());
-// };
+template <>
+Quadrature<0>::Quadrature (const Quadrature<-1> &,
+                          const Quadrature<1> &) {
+  Assert (false, ExcInternalError());
+};
 
 
 

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.