]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Obviously, operator= better returns a reference than a value (would it
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Oct 2002 15:44:42 +0000 (15:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Oct 2002 15:44:42 +0000 (15:44 +0000)
be infinitely recursive otherwise?)

git-svn-id: https://svn.dealii.org/trunk@6619 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_sparse_matrix_ez.h

index 7bbfaf00e133aa22ce3fa1e757a96b587ceaf940..c0dd43ac08d72ba816d8bde39d9a52ce060fb9db 100644 (file)
@@ -73,7 +73,7 @@ class BlockSparseMatrixEZ : public Subscriptor
                                      * called for objects with empty
                                      * blocks only.
                                      */
-    BlockSparseMatrixEZ operator = (const BlockSparseMatrixEZ<Number>&);
+    BlockSparseMatrixEZ operator = (const BlockSparseMatrixEZ<Number>&);
 
                                     /**
                                      * Initialize to given block

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.