Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra_ETI_3arg.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_ETI_3ARGUMENT_HPP
11#define XPETRA_ETI_3ARGUMENT_HPP
12
13// The macro "XPETRA_ETI_GROUP" must be defined prior to including this file.
14
15// We need to define these typedefs as it is not possible to properly expand
16// macros with colons in them
17#include <TpetraCore_config.h>
18#include <TpetraCore_ETIHelperMacros.h>
19TPETRA_ETI_MANGLING_TYPEDEFS()
20
21TPETRA_INSTANTIATE_LGN(XPETRA_ETI_GROUP)
22
23#endif // ifndef XPETRA_ETI_3ARGUMENT_HPP