From: Guido Kanschat Date: Tue, 18 May 1999 14:45:42 +0000 (+0000) Subject: Double declaration removed X-Git-Tag: v8.0.0~21949 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30c140e282ea842df4b577ac9482c768a99d382;p=dealii.git Double declaration removed git-svn-id: https://svn.dealii.org/trunk@1342 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/assembler.h b/deal.II/deal.II/include/numerics/assembler.h index dfa367f789..1595292810 100644 --- a/deal.II/deal.II/include/numerics/assembler.h +++ b/deal.II/deal.II/include/numerics/assembler.h @@ -160,10 +160,14 @@ class Assembler : public DoFCellAccessor { const DoFHandler &dof; /** - * Flags whether to assemble the matrix - * and right hand sides. + * Flags to assemble the matrix. */ - const bool assemble_matrix, assemble_rhs; + const bool assemble_matrix; + + /** + * Flags whether to assemble the right hand sides. + */ + const bool assemble_rhs; /** * Pointer to the matrix to be assembled