From: Martin Kronbichler Date: Fri, 31 Jan 2014 19:05:03 +0000 (+0000) Subject: Better way for specifying deal.II namespace. X-Git-Tag: v8.2.0-rc1~923 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5312d34bc185f0f5dc0c77fed7c87e9498ae9d;p=dealii.git Better way for specifying deal.II namespace. git-svn-id: https://svn.dealii.org/trunk@32359 0785d39b-7218-0410-832d-ea1e28bc413d --- 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())