Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Zoltan2_Version.cpp
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 
16 #include <Zoltan2_Version.hpp>
17 
22 namespace Zoltan2 {
23 
24  std::string Zoltan2_Version() {
25  return("Zoltan2 in Trilinos " TRILINOS_VERSION_STRING);
26  }
27 
28 } // namespace Zoltan2
std::string Zoltan2_Version()
Implementation of Trilinos convention for versioning.