remove comment-in-comment

This commit is contained in:
Axel Kohlmeyer 2018-11-26 17:03:48 -05:00
parent b3975f4b14
commit e0ff230268
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}