Skip to content

Commit

Permalink
Fix mistakes in merging patches
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Dec 7, 2024
1 parent 3773dd5 commit 86d0dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions src/GPU/CalculateMinImageCUDAKernel.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ A copy of the MIT License can be found in License.txt
along with this program, also can be found at
<https://opensource.org/licenses/MIT>.
********************************************************************************/
<<<<<<< HEAD
#ifndef CALCULATE_MINIMAGE_CUDA_KERNEL
#define CALCULATE_MINIMAGE_CUDA_KERNEL
=======
#ifndef CALCULATE_MIN_IMAGE_CUDA_KERNEL_H
#define CALCULATE_MIN_IMAGE_CUDA_KERNEL_H

#ifdef GOMC_CUDA
>>>>>>> 713622a633285c25d8fa52a907e71d3b87157874
#ifdef GOMC_CUDA
#include "ConstantDefinitionsCUDAKernel.cuh"
#include <cuda.h>
Expand Down Expand Up @@ -287,8 +280,4 @@ static __inline__ __device__ double atomicAdd(double *address, double val) {
#endif /*CUDA_ARCH*/

#endif /*GOMC_CUDA*/
<<<<<<< HEAD
#endif /*CALCULATE_MINIMAGE_CUDA_KERNEL*/
=======
#endif /*CALCULATE_MIN_IMAGE_CUDA_KERNEL_H*/
>>>>>>> 713622a633285c25d8fa52a907e71d3b87157874
1 change: 0 additions & 1 deletion src/GPU/TransformParticlesCUDAKernel.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ __global__ void BrownianMotionTranslateKernel(
double3 axis, double3 halfAx, int atomCount, double t_max, ulong step,
unsigned int key, ulong seed, double BETA);

<<<<<<< HEAD
#endif /*GOMC_CUDA*/
#endif /*TRANSFORM_PARTICLES_CUDA_KERNEL_H*/

0 comments on commit 86d0dc3

Please sign in to comment.