Skip to content
Snippets Groups Projects
Commit 92471b29 authored by Anna Wellmann's avatar Anna Wellmann Committed by Hkorb
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5b536eb0
No related branches found
No related tags found
1 merge request!296Refactor Actuator Farm
#ifndef _GEOMETRYUTILS_H #ifndef _GEOMETRYUTILS_H
#define _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, uint &ke, uint &kn, uint &kt, uint &kne, uint &kte,uint &ktn, uint &ktne,
const uint* neighborX, const uint* neighborY, const uint* neighborZ) const uint* neighborX, const uint* neighborY, const uint* neighborZ)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment