]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly indent an argument list. 2284/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 1 Mar 2016 15:16:31 +0000 (09:16 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 1 Mar 2016 15:16:31 +0000 (09:16 -0600)
Also make an argument 'const' that is logically an input argument.

include/deal.II/grid/manifold.h

index 80b3067a0a763f7c042554a5700a8b4335a28b21..1ead00bab3e0d7307df5b223ce85756a87b522a0 100644 (file)
@@ -698,7 +698,8 @@ namespace Manifolds
 
   template <typename OBJECT>
   Quadrature<OBJECT::AccessorType::space_dimension>
-  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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.