From 2d112279e101d20cbe083eccc911d7f67952f4f6 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 2 Oct 2019 08:28:24 -0400 Subject: [PATCH] Fixup style for preprocessor check --- include/deal.II/base/partitioner.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/partitioner.templates.h b/include/deal.II/base/partitioner.templates.h index cf534f52a3..a06383c16d 100644 --- a/include/deal.II/base/partitioner.templates.h +++ b/include/deal.II/base/partitioner.templates.h @@ -514,7 +514,7 @@ namespace Utilities "import_from_ghosted_array_start as is passed " "to import_from_ghosted_array_finish.")); -# if (defined(DEAL_II_COMPILER_CUDA_AWARE)) +# if defined(DEAL_II_COMPILER_CUDA_AWARE) if (std::is_same::value) { cudaMemset(ghost_array.data(), -- 2.39.5