]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Style police.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 16:03:43 +0000 (16:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 16:03:43 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@19287 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e05f8a15e811aeb37025519692a08af124575c39..da76305ff5344bad1c2fb40851f3e1ff4c366998 100644 (file)
@@ -87,8 +87,8 @@ class SolverBicgstab : public Solver<VECTOR>
                                          * exact residual computation and
                                          * breakdown parameter 1e-10.
                                          */
-       AdditionalData(bool exact_residual = true,
-                      double breakdown=1.e-10) :
+       AdditionalData(const bool   exact_residual = true,
+                      const double breakdown      = 1.e-10) :
                        exact_residual(exact_residual),
                        breakdown(breakdown)
          {}
@@ -105,7 +105,7 @@ class SolverBicgstab : public Solver<VECTOR>
                                     /**
                                      * Constructor.
                                      */
-    SolverBicgstab (SolverControl &cn,
+    SolverBicgstab (SolverControl        &cn,
                    VectorMemory<VECTOR> &mem,
                    const AdditionalData &data=AdditionalData());
 

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.