From 0a5fd9d2d659ecac9402b00407653951220c0483 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 28 Apr 2020 12:34:34 -0400 Subject: [PATCH] clarify namespace --- include/deal.II/base/partitioner.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/partitioner.templates.h b/include/deal.II/base/partitioner.templates.h index 6c284bb5c2..4a041b3732 100644 --- a/include/deal.II/base/partitioner.templates.h +++ b/include/deal.II/base/partitioner.templates.h @@ -629,7 +629,7 @@ namespace Utilities 100000. * std::numeric_limits::real_type>::epsilon(), - typename LinearAlgebra::distributed::Vector< + typename dealii::LinearAlgebra::distributed::Vector< Number>::ExcNonMatchingElements(*read_position, locally_owned_array[j], my_pid)); -- 2.39.5