Remove debug code from cuda schedule algorithm.

This commit is contained in:
Robert Maynard 2015-04-16 08:56:08 -04:00
parent e582da7f53
commit c806348c94

@ -639,7 +639,7 @@ public:
functor.SetErrorMessageBuffer(errorMessage);
#ifndef ANALYZE_VTKM_SCHEDULER
#ifdef ANALYZE_VTKM_SCHEDULER
//requires the errormessage buffer be set
compare_3d_schedule_patterns(functor,rangeMax);
#endif