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: Time Integration and Sensitivity Analysis Package
4//
5// Copyright 2017 NTESS and the Tempus contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8//@HEADER
9
10#ifndef Tempus_Version_hpp
11#define Tempus_Version_hpp
12
13#include <string>
14#include "Tempus_config.hpp"
15
16namespace Tempus {
17
18std::string version();
19
20}
21#endif
std::string version()