From: Martin Kronbichler Date: Fri, 20 Oct 2017 08:28:16 +0000 (+0200) Subject: Avoid anonymous namespace. X-Git-Tag: v9.0.0-rc1~929^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5270%2Fhead;p=dealii.git Avoid anonymous namespace. --- diff --git a/include/deal.II/base/partitioner.templates.h b/include/deal.II/base/partitioner.templates.h index 1e3a156913..0b0a45e567 100644 --- a/include/deal.II/base/partitioner.templates.h +++ b/include/deal.II/base/partitioner.templates.h @@ -283,7 +283,7 @@ namespace Utilities - namespace + namespace internal { // In the import_from_ghosted_array_finish we need to invoke abs() also // on unsigned data types, which is ill-formed on newer C++ @@ -379,8 +379,8 @@ namespace Utilities // the face, values on this face obtained from each side might // be different due to additions being done in different order. Assert(*read_position == Number() || - get_abs(locally_owned_array[j] - *read_position) <= - get_abs(locally_owned_array[j] + *read_position) * + internal::get_abs(locally_owned_array[j] - *read_position) <= + internal::get_abs(locally_owned_array[j] + *read_position) * 100000. * std::numeric_limits::real_type>::epsilon(), typename LinearAlgebra::distributed::Vector::