From: Wolfgang Bangerth Date: Wed, 9 May 2018 08:59:11 +0000 (+0800) Subject: Double-brace an initializer list, as required by some compilers. X-Git-Tag: v9.1.0-rc1~1160^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13272399e03aad58c780e6fa0281e4286be01748;p=dealii.git Double-brace an initializer list, as required by some compilers. --- diff --git a/source/base/polynomial_space.cc b/source/base/polynomial_space.cc index ddb9ef9835..b720ee0974 100644 --- a/source/base/polynomial_space.cc +++ b/source/base/polynomial_space.cc @@ -49,7 +49,7 @@ compute_index (const unsigned int i) const { Assert(i