From: Timo Heister Date: Sun, 7 Feb 2016 01:33:22 +0000 (-0500) Subject: fix astyle X-Git-Tag: v8.4.0-rc2~27^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37d613dd2f2930e601ccd4f51252e2afd9c21d6;p=dealii.git fix astyle --- 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) {