]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
replace wrong template instantiations
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Aug 2002 09:27:41 +0000 (09:27 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Aug 2002 09:27:41 +0000 (09:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@6334 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc

index c125ad3c32a336756b27ab695ff1d2176698ded3..84108e0ae5f326683c611376e350781e2653aed1 100644 (file)
@@ -135,9 +135,9 @@ void MGTransferSelect<number>::restrict_and_add (
 
 // Explicit instantiations
 
-template MGTransferPrebuilt<float>;
-template MGTransferPrebuilt<double>;
-template MGTransferBlock<float>;
-template MGTransferBlock<double>;
-template MGTransferSelect<float>;
-template MGTransferSelect<double>;
+template class MGTransferPrebuilt<float>;
+template class MGTransferPrebuilt<double>;
+template class MGTransferBlock<float>;
+template class MGTransferBlock<double>;
+template class MGTransferSelect<float>;
+template class MGTransferSelect<double>;

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.