]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-79: Avoid using constructor which are incompatible to Intel 18. 12533/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 1 Jul 2021 18:43:24 +0000 (12:43 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 1 Jul 2021 18:43:24 +0000 (12:43 -0600)
examples/step-79/step-79.cc

index 4a2f50236e4a117949732d1a0ff92fbf39594617..19397f97104f134f2f03463386f5c964abd752d8 100644 (file)
@@ -279,11 +279,11 @@ namespace SAND
   SANDTopOpt<dim>::SANDTopOpt()
     : fe(FE_DGQ<dim>(0),
          1,
-         (FESystem<dim>(FE_Q<dim>(1) ^ dim)),
+         FESystem<dim>(FE_Q<dim>(1), dim),
          1,
          FE_DGQ<dim>(0),
          1,
-         (FESystem<dim>(FE_Q<dim>(1) ^ dim)),
+         FESystem<dim>(FE_Q<dim>(1), dim),
          1,
          FE_DGQ<dim>(0),
          5)

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.