Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra_TpetraConfigDefs.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Xpetra: A linear algebra interface package
4 //
5 // Copyright 2012 NTESS and the Xpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef XPETRA_TPETRACONFIGDEFS_HPP
11 #define XPETRA_TPETRACONFIGDEFS_HPP
12 
13 #include "Xpetra_ConfigDefs.hpp"
14 
15 #ifndef HAVE_XPETRA_TPETRA
16 #error This file should be included only if HAVE_XPETRA_TPETRA is defined.
17 #endif
18 
19 #endif // XPETRA_TPETRACONFIGDEFS_HPP