From: Daniel Arndt Date: Sun, 7 Jul 2019 14:19:39 +0000 (-0400) Subject: Apply suggestions from code review X-Git-Tag: v9.2.0-rc1~1403^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dc23d5d3f5f4b2f8406decf19cc4619d973591;p=dealii.git Apply suggestions from code review Co-Authored-By: Jean-Paul Pelteret --- diff --git a/doc/news/changes/minor/20190705DanielArndt b/doc/news/changes/minor/20190705DanielArndt index 272cdf6bd4..8d2b388f33 100644 --- a/doc/news/changes/minor/20190705DanielArndt +++ b/doc/news/changes/minor/20190705DanielArndt @@ -1,4 +1,4 @@ -Improved: All member funtions and free functions related to Point +Improved: All member functions and free functions related to Point that can be used in CUDA code so far have been annotated accordingly.
(Daniel Arndt, 2019/07/05) diff --git a/tests/cuda/cuda_point.cu b/tests/cuda/cuda_point.cu index 43a285693f..15b6ba7430 100644 --- a/tests/cuda/cuda_point.cu +++ b/tests/cuda/cuda_point.cu @@ -73,7 +73,7 @@ main() test_gpu<1, double>(); test_gpu<2, double>(); - test_gpu<3, float>(); + test_gpu<3, double>(); test_gpu<1, float>(); test_gpu<2, float>(); test_gpu<3, float>();