From: bangerth Date: Thu, 7 Sep 2006 01:22:31 +0000 (+0000) Subject: Reindent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b69b6644596ca2aa26ce1528b4429d21079fe3;p=dealii-svn.git Reindent git-svn-id: https://svn.dealii.org/trunk@13849 0785d39b-7218-0410-832d-ea1e28bc413d --- 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