Commit cff89c54 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Turn off diagnostics

parent 25058a77
......@@ -171,7 +171,7 @@ void kReduceGrycukGbsaBornSum( amoebaGpuContext amoebaGpu )
kReduceGrycukGbsaBornSum_kernel<<<amoebaGpu->gpuContext->sim.blocks, 384>>>();
LAUNCHERROR("kReduceGrycukGbsaBornSum");
if( 1 ){
if( 0 ){
static int callId = 0;
gpuContext gpu = amoebaGpu->gpuContext;
std::vector<int> fileId;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment