Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_HashTable.cpp
1 /*
2 // @HEADER
3 // *****************************************************************************
4 // Tpetra: Templated Linear Algebra Services Package
5 //
6 // Copyright 2008 NTESS and the Tpetra contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 
11 */
12 
13 #include "Tpetra_HashTable.hpp"
14 
15 #ifdef HAVE_TPETRA_EXPLICIT_INSTANTIATION
16 
17 #include "TpetraCore_ETIHelperMacros.h"
18 #include "Tpetra_HashTable_def.hpp"
19 
20 
21 namespace Tpetra {
22 
23 namespace Details {
24 
25  TPETRA_ETI_MANGLING_TYPEDEFS()
26 
27  TPETRA_INSTANTIATE_LG(TPETRA_HASHTABLE_INSTANT_DEFAULTNODE)
28 } // namespace Details
29 
30 } // namespace Tpetra
31 
32 #endif // HAVE_TPETRA_EXPLICIT_INSTANTIATION