Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_SparseGridQuadrature.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
11 
12 #ifdef HAVE_STOKHOS_DAKOTA
13 
14 // Instantiate the static sparse grid quadrature pointer for int/double
15 // (anything else and the user has to do it)
16 template <>
17 Stokhos::SparseGridQuadrature<int,double>*
18 Stokhos::SparseGridQuadrature<int,double>::sgq(NULL);
19 
20 #endif // HAVE_STOKHOS_DAKOTA