summaryrefslogtreecommitdiffstats
path: root/include/astra/cuda/2d
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/cuda/2d')
-rw-r--r--include/astra/cuda/2d/darthelper.h4
-rw-r--r--include/astra/cuda/2d/fft.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/astra/cuda/2d/darthelper.h b/include/astra/cuda/2d/darthelper.h
index c15588a..31017fd 100644
--- a/include/astra/cuda/2d/darthelper.h
+++ b/include/astra/cuda/2d/darthelper.h
@@ -25,8 +25,8 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
*/
-#ifndef _CUDA_ARITH2_H
-#define _CUDA_ARITH2_H
+#ifndef _CUDA_DARTHELPER_H
+#define _CUDA_DARTHELPER_H
#include "astra/Globals.h"
diff --git a/include/astra/cuda/2d/fft.h b/include/astra/cuda/2d/fft.h
index 52cb863..1283618 100644
--- a/include/astra/cuda/2d/fft.h
+++ b/include/astra/cuda/2d/fft.h
@@ -25,8 +25,8 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
*/
-#ifndef FFT_H
-#define FFT_H
+#ifndef _CUDA_FFT_H
+#define _CUDA_FFT_H
#include <cufft.h>
#include <cuda.h>