From: Wolfgang Bangerth Date: Fri, 20 Oct 2017 19:00:09 +0000 (-0600) Subject: Make a type explicit. X-Git-Tag: v9.0.0-rc1~911^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5273%2Fhead;p=dealii.git Make a type explicit. --- 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