]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace long double variables by double.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 19 Apr 2000 13:30:27 +0000 (13:30 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 19 Apr 2000 13:30:27 +0000 (13:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@2755 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_cg.h
deal.II/lac/include/lac/solver_qmrs.h

index 687ce5696fe59845da171638c9c901374863f9b1..5a30403b45d958af0493002f9afd0f27226cbe52 100644 (file)
@@ -195,7 +195,7 @@ SolverCG<Matrix,Vector>::solve (const Matrix &A,
                                   // Implementation taken from the DEAL
                                   // library
   int  it=0;
-  long double res,gh,alpha,beta;
+  double res,gh,alpha,beta;
  
   res = A.residual(g,x,b);
   conv = control().check(0,res);
index 66b92cba9f8ff907e04e6f92c30a540097ae3472..e41631fdd78d9a063419a3eb083e5d6aa4dacd4b 100644 (file)
@@ -163,7 +163,7 @@ class SolverQMRS : public Solver<Matrix,Vector>
                                      * norm of the residual vector and thus
                                      * the square root of the #res2# value.
                                      */
-    long double res2;
+    double res2;
                                     /**
                                      * Breakdown threshold.
                                      */

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.