Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BelosVersion.cpp
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 #include "BelosConfigDefs.hpp"
11 
16 namespace Belos {
17 
18  std::string Belos_Version() {
19  return("Belos Version 1.3d - 9/17/2008");
20  }
21 
22 } // namespace Belos
std::string Belos_Version()
Belos header file which uses auto-configuration information to include necessary C++ headers...