Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra_EpetraConfigDefs.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_EPETRACONFIGDEFS_HPP
11#define XPETRA_EPETRACONFIGDEFS_HPP
12
13#include "Xpetra_ConfigDefs.hpp"
14
15#ifndef HAVE_XPETRA_EPETRA
16#error This file should be included only if HAVE_XPETRA_EPETRA is defined.
17#endif
18
19#endif // XPETRA_EPETRACONFIGDEFS_HPP