Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
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
15namespace Tempus {
16
17 std::string version();
18
19}
20#endif
std::string version()