Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thyra_DefaultAddedLinearOp.cpp
1 // @HEADER
2 // *****************************************************************************
3 // Thyra: Interfaces and Support for Abstract Numerical Algorithms
4 //
5 // Copyright 2004 NTESS and the Thyra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Thyra_DefaultAddedLinearOp_decl.hpp"
11 
12 #ifdef HAVE_THYRA_EXPLICIT_INSTANTIATION
13 
14 #include "Thyra_DefaultAddedLinearOp_def.hpp"
15 #include "Teuchos_ExplicitInstantiationHelpers.hpp"
16 
17 namespace Thyra {
18 
19 TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(THYRA_DEFAULT_ADDED_LINEAR_OP_INSTANT)
20 //TEUCHOS_CLASS_TEMPLATE_INSTANT_SCALAR_TYPES(DefaultAddedLinearOp)
21 
22 } // namespace Thyra
23 
24 #endif // HAVE_THYRA_EXPLICIT_INSTANTIATION
#define TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(MACRONAME)