From afd035b35ec5304d2f118dd6b57fce034ce1c0d6 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 27 May 2022 13:00:00 -0600 Subject: [PATCH] Intel 18: more constexpr problems --- source/grid/grid_generator_pipe_junction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/grid/grid_generator_pipe_junction.cc b/source/grid/grid_generator_pipe_junction.cc index 5810221a83..6751127315 100644 --- a/source/grid/grid_generator_pipe_junction.cc +++ b/source/grid/grid_generator_pipe_junction.cc @@ -314,7 +314,7 @@ namespace GridGenerator }; // Cartesian base represented by unit vectors. - constexpr std::array directions = { + const std::array directions = { {vector3d({1., 0., 0.}), vector3d({0., 1., 0.}), vector3d({0., 0., 1.})}}; // The skeleton corresponds to the axis of symmetry in the center of each -- 2.39.5