Panzer Version of the Day
Loading...
Searching...
No Matches
Panzer_Version.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Panzer: A partial differential equation assembly
4// engine for strongly coupled complex multiphysics systems
5//
6// Copyright 2011 NTESS and the Panzer contributors.
7// SPDX-License-Identifier: BSD-3-Clause
8// *****************************************************************************
9// @HEADER
10
11#ifndef PANZER_VERSION_HPP
12#define PANZER_VERSION_HPP
13
14#include <string>
15#include "PanzerCore_config.hpp"
16
17namespace panzer {
18
19 std::string version();
20
21}
22#endif
std::string version()