From 92471b29a39f3f99018c3d2e5838f5fdfb161d7a Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Thu, 16 Nov 2023 09:17:37 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/gpu/core/GPU/GeometryUtils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gpu/core/GPU/GeometryUtils.h b/src/gpu/core/GPU/GeometryUtils.h index fc0109e8f..688f11134 100644 --- a/src/gpu/core/GPU/GeometryUtils.h +++ b/src/gpu/core/GPU/GeometryUtils.h @@ -1,9 +1,9 @@ #ifndef _GEOMETRYUTILS_H #define _GEOMETRYUTILS_H -#include "basics/DataTypes.h" +#include <basics/DataTypes.h> -__inline__ __host__ __device__ void getNeighborIndicesOfBSW( uint k, //index of DIR_MMM node +__inline__ __host__ __device__ void getNeighborIndicesOfBSW( uint k, //index of dMMM node uint &ke, uint &kn, uint &kt, uint &kne, uint &kte,uint &ktn, uint &ktne, const uint* neighborX, const uint* neighborY, const uint* neighborZ) { -- GitLab