From e0ff23026870b8bd9060ce31823abaa414245d8d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 26 Nov 2018 17:03:48 -0500 Subject: [PATCH] remove comment-in-comment --- lib/gpu/lal_device.cu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gpu/lal_device.cu b/lib/gpu/lal_device.cu index 6761b23fbb..37d0758845 100644 --- a/lib/gpu/lal_device.cu +++ b/lib/gpu/lal_device.cu @@ -11,7 +11,7 @@ // // begin : // email : brownw@ornl.gov -// ***************************************************************************/ +// *************************************************************************** #ifdef NV_KERNEL #include "lal_preprocessor.h" @@ -42,3 +42,4 @@ __kernel void kernel_info(__global int *info) { info[13]=THREADS_PER_CHARGE; info[14]=BLOCK_ELLIPSE; } +