Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_Version.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Tpetra: Templated Linear Algebra Services Package
4 //
5 // Copyright 2008 NTESS and the Tpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TPETRA_VERSION_HPP
11 #define TPETRA_VERSION_HPP
12 
13 #include "Tpetra_ConfigDefs.hpp"
14 
15 namespace Tpetra {
16 
17  std::string version();
18 
19 } // namespace Tpetra
20 
21 #endif // TPETRA_VERSION_HPP