Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Zoltan2_Version.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Zoltan2: A package of combinatorial algorithms for scientific computing
4 //
5 // Copyright 2012 NTESS and the Zoltan2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 //@HEADER
11 // ************************************************************************
12 // copyright
13 // ************************************************************************
14 //@HEADER
15 
21 #ifndef ZOLTAN2_VERSION_HPP
22 #define ZOLTAN2_VERSION_HPP
23 
24 #include <Trilinos_version.h>
25 #include <string>
26 
27 namespace Zoltan2 {
28  std::string Zoltan2_Version();
29 } // namespace Zoltan2
30 
31 #endif
std::string Zoltan2_Version()