From 101522e642c8516ba0a869a2e8aba2d5bd45bfde Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 1 Mar 2016 09:16:31 -0600 Subject: [PATCH] Properly indent an argument list. Also make an argument 'const' that is logically an input argument. --- include/deal.II/grid/manifold.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 80b3067a0a..1ead00bab3 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -698,7 +698,8 @@ namespace Manifolds template Quadrature - get_default_quadrature(const OBJECT &obj, bool with_laplace) + get_default_quadrature(const OBJECT &obj, + const bool with_laplace) { const int spacedim = OBJECT::AccessorType::space_dimension; const int dim = OBJECT::AccessorType::structure_dimension; -- 2.39.5