]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
instantiations fixed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2003 07:50:31 +0000 (07:50 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2003 07:50:31 +0000 (07:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@7911 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_transfer_block.cc

index 0562a86dbe102ecaf118c565667623a4c0d54c8a..0d604bbd312358cca0194a268e65420bb428a346 100644 (file)
@@ -347,22 +347,30 @@ void MGTransferSelect<number>::build_matrices (
 template
 void MGTransferBlock<float>::build_matrices<deal_II_dimension>
 (const MGDoFHandler<deal_II_dimension> &mg_dof,
- std::vector<bool>, const std::vector<unsigned int>&);
+ std::vector<bool>,
+ const std::vector<unsigned int>&,
+ const std::vector<unsigned int>&);
 
 template
 void MGTransferSelect<float>::build_matrices<deal_II_dimension>
 (const MGDoFHandler<deal_II_dimension> &mg_dof,
- unsigned int, unsigned int, const std::vector<unsigned int>&);
+ unsigned int, unsigned int,
+ const std::vector<unsigned int>&,
+ const std::vector<unsigned int>&);
 
 template
 void MGTransferBlock<double>::build_matrices<deal_II_dimension>
 (const MGDoFHandler<deal_II_dimension> &mg_dof,
- std::vector<bool>, const std::vector<unsigned int>&);
+ std::vector<bool>,
+ const std::vector<unsigned int>&,
+ const std::vector<unsigned int>&);
 
 template
 void MGTransferSelect<double>::build_matrices<deal_II_dimension>
 (const MGDoFHandler<deal_II_dimension> &mg_dof,
- unsigned int, unsigned int, const std::vector<unsigned int>&);
+ unsigned int, unsigned int,
+ const std::vector<unsigned int>&,
+ const std::vector<unsigned int>&);
 
 
 template void

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.