From: Wolfgang Bangerth Date: Thu, 18 Jan 2018 13:54:28 +0000 (-0700) Subject: Mark NumberTraits::conjugate() as DEAL_II_CUDA_HOST_DEV. X-Git-Tag: v9.0.0-rc1~553^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8227687595a7d775bb5a0166f8463ed3a5b48689;p=dealii.git Mark NumberTraits::conjugate() as DEAL_II_CUDA_HOST_DEV. --- diff --git a/include/deal.II/base/numbers.h b/include/deal.II/base/numbers.h index 041fa2770c..85886497d0 100644 --- a/include/deal.II/base/numbers.h +++ b/include/deal.II/base/numbers.h @@ -215,6 +215,7 @@ namespace numbers * function simply returns the given number. */ static + DEAL_II_CUDA_HOST_DEV const number &conjugate (const number &x); /** @@ -329,6 +330,7 @@ namespace numbers template + DEAL_II_CUDA_HOST_DEV const number & NumberTraits::conjugate (const number &x) {