]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
pgCC complained about accessing base class of base class directly
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 5 Oct 2010 14:45:18 +0000 (14:45 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 5 Oct 2010 14:45:18 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@22247 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/matrix_block.h

index b2edc2a8c51accc76dc9f132f274741aa46a5b34..3560b7d993cbef9cead670ac04828df8f4f4b238 100644 (file)
@@ -462,8 +462,8 @@ class MatrixBlockVector
                                      */
     MATRIX& matrix(unsigned int i);
 
-    Subscriptor::subscribe;
-    Subscriptor::unsubscribe;
+    NamedData<std_cxx1x::shared_ptr<value_type> >::subscribe;
+    NamedData<std_cxx1x::shared_ptr<value_type> >::unsubscribe;
     NamedData<std_cxx1x::shared_ptr<value_type> >::size;
 };
 
@@ -543,8 +543,8 @@ class MGMatrixBlockVector
                                      */
     unsigned int memory_consumption () const;
 
-    Subscriptor::subscribe;
-    Subscriptor::unsubscribe;
+    NamedData<std_cxx1x::shared_ptr<value_type> >::subscribe;
+    NamedData<std_cxx1x::shared_ptr<value_type> >::unsubscribe;
     NamedData<std_cxx1x::shared_ptr<value_type> >::size;
 
   private:

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.