vtkDebug.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkDebug_h
4 #define vtkDebug_h
5 
6 /* Debug leaks support. */
7 /* #undef VTK_DEBUG_LEAKS */
8 
9 /* Print warning on vtkArrayDispatch failure. */
10 /* #undef VTK_WARN_ON_DISPATCH_FAILURE */
11 
12 #endif