VTK-m worklets no longer define DEBUG_PRINT

Fixes Issue #239
This commit is contained in:
Robert Maynard 2018-06-11 08:03:08 -04:00
parent 4aa479b078
commit 7beb515687
4 changed files with 7 additions and 4 deletions

@ -96,7 +96,7 @@
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/worklet/DispatcherMapField.h>
#define DEBUG_PRINT 1
//#define DEBUG_PRINT 1
//#define DEBUG_FUNCTION_ENTRY 1
//#define DEBUG_TIMING 1
@ -255,7 +255,10 @@ void ChainGraph<T, StorageType, DeviceAdapter>::Compute(vtkm::cont::ArrayHandle<
std::cout << "===================" << std::endl;
std::cout << std::endl;
#endif
#ifdef DEBUG_PRINT
DebugPrint("Chain Graph Computation Starting");
#endif
// loop until we run out of active edges
nIterations = 0;

@ -159,7 +159,7 @@
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/worklet/WorkletMapField.h>
#define DEBUG_PRINT 1
//#define DEBUG_PRINT 1
//#define DEBUG_TIMING 1
namespace vtkm

@ -95,7 +95,7 @@
#include <vtkm/worklet/contourtree/PrintVectors.h>
#include <vtkm/worklet/contourtree/Types.h>
#define DEBUG_PRINT 1
//#define DEBUG_PRINT 1
//#define DEBUG_TIMING 1
namespace vtkm

@ -97,7 +97,7 @@
#include <vtkm/worklet/contourtree/PrintVectors.h>
#include <vtkm/worklet/contourtree/Types.h>
#define DEBUG_PRINT 1
//#define DEBUG_PRINT 1
//#define DEBUG_TIMING 1
namespace vtkm