From: wolf Date: Thu, 26 May 2005 15:40:13 +0000 (+0000) Subject: More indentation changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5c0b146952c7ffb97c4d5297bb9a9ca3cb5567;p=dealii-svn.git More indentation changes. git-svn-id: https://svn.dealii.org/trunk@10763 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/quadrature.h b/deal.II/base/include/base/quadrature.h index a97f43b721..01c1ad4b08 100644 --- a/deal.II/base/include/base/quadrature.h +++ b/deal.II/base/include/base/quadrature.h @@ -191,14 +191,16 @@ class Quadrature : public Subscriptor protected: /** - * List of quadrature points. To be filled - * by the constructors of derived classes. + * List of quadrature points. To + * be filled by the constructors + * of derived classes. */ std::vector > quadrature_points; /** - * List of weights of the quadrature points. - * To be filled by the constructors of + * List of weights of the + * quadrature points. To be + * filled by the constructors of * derived classes. */ std::vector weights;