]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Likewise at other places.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Jan 2003 23:03:58 +0000 (23:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Jan 2003 23:03:58 +0000 (23:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@6942 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_vector.h

index 8fde781e43f6dc56babcf87df9149d6a1567bb69..5c9cab6be6efc01538b7bd6c4d90d53a7f4efd82 100644 (file)
@@ -77,7 +77,7 @@ namespace BlockVectorIterators
                                        * iterators. There, the block
                                        * vector must not be constant.
                                        */
-      typedef BlockVector<number> BlockVector;
+      typedef ::BlockVector<number> BlockVector;
 
                                       /**
                                        * Type of the numbers we point
@@ -110,7 +110,7 @@ namespace BlockVectorIterators
                                        * the vector must be
                                        * constant.
                                        */
-      typedef const Vector<number>      Vector;
+      typedef const ::Vector<number>      Vector;
 
                                       /**
                                        * Type of the block vector
@@ -119,7 +119,7 @@ namespace BlockVectorIterators
                                        * the block vector must be
                                        * constant.
                                        */
-      typedef const BlockVector<number> BlockVector;
+      typedef const ::BlockVector<number> BlockVector;
 
                                       /**
                                        * Type of the numbers we point

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.