From 27b69b6644596ca2aa26ce1528b4429d21079fe3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 7 Sep 2006 01:22:31 +0000 Subject: [PATCH] Reindent git-svn-id: https://svn.dealii.org/trunk@13849 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_cg.h | 46 +++++++++++++++-------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/deal.II/lac/include/lac/solver_cg.h b/deal.II/lac/include/lac/solver_cg.h index bdb5d107cf..af36350582 100644 --- a/deal.II/lac/include/lac/solver_cg.h +++ b/deal.II/lac/include/lac/solver_cg.h @@ -82,7 +82,8 @@ class SolverCG : public Solver * eigenvalue estimates. */ bool log_coefficients; - /** + + /** * Compute the condition * number of the projected * matrix. @@ -90,7 +91,8 @@ class SolverCG : public Solver * @note Requires LAPACK support. */ bool compute_condition_number; - /** + + /** * Compute the condition * number of the projected * matrix in each step. @@ -420,26 +422,26 @@ SolverCG::solve (const MATRIX &A, // Write eigenvalues or condition number if (do_eigenvalues) - { - TridiagonalMatrix T(diagonal.size(), true); - for (unsigned int i=0;i T(diagonal.size(), true); + for (unsigned int i=0;i