From 383aaae0d7e32964004725db74d1d814b3498e05 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 31 Jan 2014 19:05:03 +0000 Subject: [PATCH] Better way for specifying deal.II namespace. git-svn-id: https://svn.dealii.org/trunk@32359 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/parallel_vector.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/parallel_vector.templates.h b/deal.II/include/deal.II/lac/parallel_vector.templates.h index 1b60485822..60f46ea355 100644 --- a/deal.II/include/deal.II/lac/parallel_vector.templates.h +++ b/deal.II/include/deal.II/lac/parallel_vector.templates.h @@ -253,8 +253,8 @@ namespace parallel // create on trilinos data const VectorView in_view (local_size(), trilinos_vec.begin()); - static_cast<::dealii::Vector&>(vector_view) = - static_cast&>(in_view); + static_cast&>(vector_view) = + static_cast&>(in_view); // spread ghost values between processes? if (vector_is_ghosted || trilinos_vec.has_ghost_elements()) -- 2.39.5