RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ConfigDefs.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // RTOp: Interfaces and Support Software for Vector Reduction Transformation
4 // Operations
5 //
6 // Copyright 2006 NTESS and the RTOp contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 #ifndef _RTOP_CONFIGDEFS_H_
11 #define _RTOP_CONFIGDEFS_H_
12 
13 /* Let Teuchos' configure process do all of the work! */
14 #include <Teuchos_ConfigDefs.hpp>
15 
16 #include <RTOp_Config.h>
17 
18 #ifdef HAVE_RTOP_DEBUG
19 # define RTOP_DEBUG
20 #endif
21 
22 #endif /*_RTOP_CONFIGDEFS_H_*/