]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small fix.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Nov 2001 16:03:42 +0000 (16:03 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Nov 2001 16:03:42 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@5205 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0c9b71ae5bc7ca56d0b5ab45fd774fe290bb5e35..1de43ae1f9e55204b3215a5ca65b747b35d87a34 100644 (file)
@@ -271,7 +271,7 @@ SolverBicgstab<VECTOR>::start(const MATRIX& A)
   Vp->reinit(*Vx);
   Vv->reinit(*Vx);
   *Vrbar = *Vr;
-  return state = control().check(step, res);
+  return control().check(step, res);
 }
 
 

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.