MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_Version.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// MueLu: A package for multigrid based preconditioning
4//
5// Copyright 2012 NTESS and the MueLu contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef MUELU_VERSION_HPP
11#define MUELU_VERSION_HPP
12
13#include <string>
14
15#include "MueLu_ConfigDefs.hpp"
16
17namespace MueLu {
18
19inline std::string const Version() {
20 return ("MueLu development");
21}
22
23} // namespace MueLu
24
25#endif // ifndef MUELU_VERSION_HPP
Namespace for MueLu classes and methods.
std::string const Version()