From: Wolfgang Bangerth Date: Sun, 8 Jan 2006 23:28:33 +0000 (+0000) Subject: Re-indent. X-Git-Tag: v8.0.0~12698 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ce840a5fd93b88a178fe741a34ef86a817812e;p=dealii.git Re-indent. git-svn-id: https://svn.dealii.org/trunk@11963 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/qprojector.h b/deal.II/base/include/base/qprojector.h index da3e4cb579..4eea2aba13 100644 --- a/deal.II/base/include/base/qprojector.h +++ b/deal.II/base/include/base/qprojector.h @@ -324,9 +324,9 @@ class QProjector static DataSetDescriptor subface (const unsigned int face_no, - const unsigned int subface_no, - const bool face_orientation, - const unsigned int n_quadrature_points); + const unsigned int subface_no, + const bool face_orientation, + const unsigned int n_quadrature_points); /** * Conversion operator to an diff --git a/deal.II/base/source/quadrature.cc b/deal.II/base/source/quadrature.cc index 01c1f7bfc1..d628669c7c 100644 --- a/deal.II/base/source/quadrature.cc +++ b/deal.II/base/source/quadrature.cc @@ -1033,9 +1033,9 @@ template typename QProjector::DataSetDescriptor QProjector::DataSetDescriptor:: subface (const unsigned int face_no, - const unsigned int subface_no, - const bool face_orientation, - const unsigned int n_quadrature_points) + const unsigned int subface_no, + const bool face_orientation, + const unsigned int n_quadrature_points) { Assert (dim != 1, ExcInternalError()); Assert (face_no < GeometryInfo::faces_per_cell,