]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix explicit instantiation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2003 22:08:52 +0000 (22:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2003 22:08:52 +0000 (22:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@7021 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_base.cc

index 575da498f625caa7604c18d7aa4b60566fe6940a..8bda16043cae72c757c9c17cea46f17c15f88fb1 100644 (file)
@@ -49,10 +49,10 @@ template class MGMatrixBase<Vector<float> >;
 template class MGMatrixBase<BlockVector<double> >;
 template class MGMatrixBase<BlockVector<float> >;
 
-template MGSmootherBase<Vector<float> >;
-template MGSmootherBase<Vector<double> >;
-template MGSmootherBase<BlockVector<float> >;
-template MGSmootherBase<BlockVector<double> >;
+template class MGSmootherBase<Vector<float> >;
+template class MGSmootherBase<Vector<double> >;
+template class MGSmootherBase<BlockVector<float> >;
+template class MGSmootherBase<BlockVector<double> >;
 
 template class MGCoarseGridBase<Vector<double> >;
 template class MGCoarseGridBase<Vector<float> >;

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.