]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unfortunately have to remove the 'explicit' keyword from the copy
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Jan 2000 10:49:56 +0000 (10:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Jan 2000 10:49:56 +0000 (10:49 +0000)
constructor since it more or less disallows vector<FullMatrix>...

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

deal.II/lac/include/lac/full_matrix.h

index 00ef2217b768a8216f2bb700ecd584ee04cf367e..5eadbb8a256756901d337a89d8f122bedd4db4ad 100644 (file)
@@ -90,7 +90,7 @@ class FullMatrix : public Subscriptor
                                      * huge amount of computing time for large
                                      * matrices!!
                                      */
-    explicit FullMatrix (const FullMatrix&);
+    FullMatrix (const FullMatrix&);
 
                                     /**
                                      * Destructor. Release all memory.

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.