]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix syntax error.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Jun 1999 16:24:57 +0000 (16:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Jun 1999 16:24:57 +0000 (16:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@1450 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h

index d8e11ce3ca0693702bd0664a8078f7af8e1b0860..a1fc6814e93ad6151d1dcef1848b6d0639fc95cd 100644 (file)
@@ -147,7 +147,7 @@ class SolverBicgstab : public Solver<Matrix,Vector>
                                      * The iteration loop itself.
                                      */
     template<class Preconditioner>
-    ReturnState iterate(const Preconditioner& precondition);
+    typename Solver<Matrix,Vector>::ReturnState iterate(const Preconditioner& precondition);
   
 };
 
@@ -231,7 +231,7 @@ SolverBicgstab<Matrix, Vector>::iterate(const Preconditioner& precondition)
 
 template<class Matrix, class Vector>
 template<class Preconditioner>
-Solver<Matrix,Vector>::ReturnState
+typename Solver<Matrix,Vector>::ReturnState
 SolverBicgstab<Matrix, Vector>::solve(const Matrix &A,
                                      Vector       &x,
                                      const Vector &b,

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.