Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Zoltan2_SphynxVersion.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sphynx
4 //
5 // Copyright 2020 NTESS and the Sphynx contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Trilinos_version.h"
11 #include <string>
12 
13 namespace Zoltan2 {
14 
15  std::string Sphynx_Version() {
16  return("Sphynx in Trilinos " TRILINOS_VERSION_STRING);
17  }
18 
19 } // namespace Zoltan2
std::string Sphynx_Version()