From fb12e9eec606446db180b52507e2493c959a4966 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 20 Oct 2017 13:00:09 -0600 Subject: [PATCH] Make a type explicit. --- include/deal.II/lac/la_parallel_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index 08721841e1..90b36c8ca3 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -1087,7 +1087,7 @@ namespace LinearAlgebra * we need to use a custom deleter for this object that does not call * delete[], but instead calls @p free(). */ - std::unique_ptr values; + std::unique_ptr values; /** * For parallel loops with TBB, this member variable stores the affinity -- 2.39.5