Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Belos_Details_registerSolverFactory.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Belos: Block Linear Solvers Package
4 //
5 // Copyright 2004-2016 NTESS and the Belos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 
11 #ifndef BELOS_DETAILS_REGISTERSOLVERFACTORY_HPP
12 #define BELOS_DETAILS_REGISTERSOLVERFACTORY_HPP
13 
14 namespace Belos {
15 namespace Details {
16  void registerSolverFactory();
17 } // Details
18 } // Belos
19 
20 #endif // BELOS_DETAILS_REGISTERSOLVERFACTORY_HPP