From b763f47f6fde0726041a6246e969eb22b142f4d8 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 17 Nov 2021 10:35:52 +0100 Subject: Improve include guard consistency --- include/astra/cuda/3d/algo3d.h | 4 ++-- include/astra/cuda/3d/dims3d.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/astra/cuda/3d') diff --git a/include/astra/cuda/3d/algo3d.h b/include/astra/cuda/3d/algo3d.h index a70539a..42ed782 100644 --- a/include/astra/cuda/3d/algo3d.h +++ b/include/astra/cuda/3d/algo3d.h @@ -25,8 +25,8 @@ along with the ASTRA Toolbox. If not, see . ----------------------------------------------------------------------- */ -#ifndef _CUDA_ALGO_H -#define _CUDA_ALGO_H +#ifndef _CUDA_ALGO3D_H +#define _CUDA_ALGO3D_H #include "dims3d.h" #include "util3d.h" diff --git a/include/astra/cuda/3d/dims3d.h b/include/astra/cuda/3d/dims3d.h index 35c9186..a814345 100644 --- a/include/astra/cuda/3d/dims3d.h +++ b/include/astra/cuda/3d/dims3d.h @@ -25,8 +25,8 @@ along with the ASTRA Toolbox. If not, see . ----------------------------------------------------------------------- */ -#ifndef _CUDA_CONE_DIMS_H -#define _CUDA_CONE_DIMS_H +#ifndef _CUDA_DIMS3D_H +#define _CUDA_DIMS3D_H #include "astra/GeometryUtil3D.h" -- cgit v1.2.3