]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix compile error typo in intel ifdef 8368/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 10 Jul 2019 17:16:31 +0000 (13:16 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 10 Jul 2019 17:16:31 +0000 (13:16 -0400)
include/deal.II/base/tensor.h

index 140b2e1df47d8f435e95dccfb11a4842cbb4fa13..df1cf6cedcd0a111a711c5938f10b26f0b7002fc 100644 (file)
@@ -912,7 +912,7 @@ Tensor<0, dim, Number>::operator=(const Tensor<0, dim, OtherNumber> &p)
 
 #ifdef __INTEL_COMPILER
 template <int dim, typename Number>
-DEAL_II_CONSTEXPR inline DEAL_II_CUDA_HOS_DEV Tensor<0, dim, Number> &
+DEAL_II_CONSTEXPR inline DEAL_II_CUDA_HOST_DEV Tensor<0, dim, Number> &
 Tensor<0, dim, Number>::operator=(const Tensor<0, dim, Number> &p)
 {
   value = p.value;

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.