]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Double declaration removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 May 1999 14:45:42 +0000 (14:45 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 May 1999 14:45:42 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@1342 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/assembler.h

index dfa367f789740f14d7c0cc2406450a4533543db0..15952928104b8e219dde3bb677fe1a9d1dd53442 100644 (file)
@@ -160,10 +160,14 @@ class Assembler : public DoFCellAccessor<dim> {
        const DoFHandler<dim>  &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

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.