From e37d613dd2f2930e601ccd4f51252e2afd9c21d6 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 6 Feb 2016 20:33:22 -0500 Subject: [PATCH] fix astyle --- include/deal.II/grid/grid_generator.h | 2 +- include/deal.II/lac/parpack_solver.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 9c12bb78dd..0ee05bd48e 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -38,7 +38,7 @@ template class SparseMatrix; * triangulations for some basic geometries. * * Some of these functions receive a flag @p colorize. If this is set, parts - * of the boundary receive different + * of the boundary receive different * @ref GlossBoundaryIndicator "boundary indicators"), * allowing them to be distinguished for the purpose of attaching geometry * objects and evaluating different boundary conditions. diff --git a/include/deal.II/lac/parpack_solver.h b/include/deal.II/lac/parpack_solver.h index 30787882bf..7a0769bd49 100644 --- a/include/deal.II/lac/parpack_solver.h +++ b/include/deal.II/lac/parpack_solver.h @@ -91,7 +91,7 @@ extern "C" { * additional_data(num_arnoldi_vectors, * dealii::PArpackSolver::largest_magnitude, * true); - * + * * PArpackSolver eigensolver (solver_control, * mpi_communicator, * additional_data); @@ -568,7 +568,7 @@ void PArpackSolver::solve // "LI" largest imaginary part // "SI" smallest imaginary part // "BE" both ends of spectrum simultaneous - + char which[3]; switch (additional_data.eigenvalue_of_interest) { -- 2.39.5