Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tempus_Version.hpp
Go to the documentation of this file.
1 // @HEADER
2 // ****************************************************************************
3 // Tempus: Copyright (2017) Sandia Corporation
4 //
5 // Distributed under BSD 3-clause license (See accompanying file Copyright.txt)
6 // ****************************************************************************
7 // @HEADER
8 
9 #ifndef Tempus_Version_hpp
10 #define Tempus_Version_hpp
11 
12 #include <string>
13 #include "Tempus_config.hpp"
14 
15 namespace Tempus {
16 
17 std::string version();
18 
19 }
20 #endif
std::string version()