From: Bruno Turcksin Date: Thu, 17 Aug 2017 21:13:48 +0000 (-0400) Subject: Remove double underscores from include guards X-Git-Tag: v9.0.0-rc1~1217^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283954141cceae1d2c3e0b9933a7e22d2a78ef60;p=dealii.git Remove double underscores from include guards --- diff --git a/include/deal.II/matrix_free/cuda_matrix_free.templates.cuh b/include/deal.II/matrix_free/cuda_matrix_free.templates.cuh index cbf9f66a17..e954a2d4c5 100644 --- a/include/deal.II/matrix_free/cuda_matrix_free.templates.cuh +++ b/include/deal.II/matrix_free/cuda_matrix_free.templates.cuh @@ -14,8 +14,8 @@ // --------------------------------------------------------------------- -#ifndef dealii__cuda_matrix_free_templates_cuh -#define dealii__cuda_matrix_free_templates_cuh +#ifndef dealii_cuda_matrix_free_templates_cuh +#define dealii_cuda_matrix_free_templates_cuh #include