]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Intel 18: more constexpr problems 13841/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 27 May 2022 19:00:00 +0000 (13:00 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 27 May 2022 19:00:00 +0000 (13:00 -0600)
source/grid/grid_generator_pipe_junction.cc

index 5810221a830d0b0d744341ff0c985bffd4817404..6751127315b85f23cf41cf2a80bda4937dc1d80d 100644 (file)
@@ -314,7 +314,7 @@ namespace GridGenerator
     };
 
     // Cartesian base represented by unit vectors.
-    constexpr std::array<vector3d, spacedim> directions = {
+    const std::array<vector3d, spacedim> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.