From dde643f7be55c82b38ee0f21fda1c150ee4d4294 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Jan 2003 23:03:58 +0000 Subject: [PATCH] Likewise at other places. git-svn-id: https://svn.dealii.org/trunk@6942 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 8fde781e43..5c9cab6be6 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -77,7 +77,7 @@ namespace BlockVectorIterators * iterators. There, the block * vector must not be constant. */ - typedef BlockVector BlockVector; + typedef ::BlockVector BlockVector; /** * Type of the numbers we point @@ -110,7 +110,7 @@ namespace BlockVectorIterators * the vector must be * constant. */ - typedef const Vector Vector; + typedef const ::Vector Vector; /** * Type of the block vector @@ -119,7 +119,7 @@ namespace BlockVectorIterators * the block vector must be * constant. */ - typedef const BlockVector BlockVector; + typedef const ::BlockVector BlockVector; /** * Type of the numbers we point -- 2.39.5