Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BEvil.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "BEvil_decl.hpp"
11 
12 #ifdef DO_EXPLICIT_INSTANTIATION
13 
14 #include "BEvil_def.hpp"
15 
16 namespace EvilPack {
17 
18 template class BEvil<double>;
19 template class BEvil<int>;
20 
21 } // namespace EvilPack
22 
23 #endif // DO_EXPLICIT_INSTANTIATION