From: wolf Date: Wed, 22 Jan 2003 23:03:58 +0000 (+0000) Subject: Likewise at other places. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde643f7be55c82b38ee0f21fda1c150ee4d4294;p=dealii-svn.git Likewise at other places. git-svn-id: https://svn.dealii.org/trunk@6942 0785d39b-7218-0410-832d-ea1e28bc413d --- 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