]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Modification to fix #7928 on MSVS 2017 8320/head
authorStefano Dominici <stefano.dominici@mdlsoft.com>
Mon, 17 Jun 2019 09:09:02 +0000 (11:09 +0200)
committerStefano Dominici <stefano.dominici@mdlsoft.com>
Mon, 17 Jun 2019 10:35:16 +0000 (12:35 +0200)
Added namespace `dealii::` in front of `internal`.

include/deal.II/fe/fe_values.h

index 513e3b93fc80cb3ba069bc39f4ce81fc26010436..f9b02c014d26b17786e97c42e2ad57301bc91d85 100644 (file)
@@ -1972,8 +1972,8 @@ namespace FEValuesViews
    * @author Luca Heltai, 2019.
    */
   template <int dim, int spacedim, typename Extractor>
-  using View =
-    typename internal::FEValuesViews::ViewType<dim, spacedim, Extractor>::type;
+  using View = typename dealii::internal::FEValuesViews::
+    ViewType<dim, spacedim, Extractor>::type;
 } // namespace FEValuesViews
 
 

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.