GMatElastoPlasticQPot 0.18.3
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
7#ifndef GMATELASTOPLASTICQPOT_VERSION_H
8#define GMATELASTOPLASTICQPOT_VERSION_H
9
10#include "config.h"
11
12#include <GMatTensor/version.h>
13
34#ifndef GMATELASTOPLASTICQPOT_VERSION
35#define GMATELASTOPLASTICQPOT_VERSION "@PROJECT_VERSION@"
36#endif
37
38namespace GMatElastoPlasticQPot {
39
44inline std::string version()
45{
46 return GMatTensor::detail::unquote(std::string(QUOTE(GMATELASTOPLASTICQPOT_VERSION)));
47}
48
60inline std::vector<std::string> version_dependencies()
61{
63}
64
65} // namespace GMatElastoPlasticQPot
66
67#endif
Material model based on a sequence of parabolic potentials.
Definition: Cartesian2d.h:28
std::vector< std::string > version_dependencies()
Return versions of this library and of all of its dependencies.
Definition: version.h:60
std::string version()
Return version string, e.g.
Definition: version.h:44
std::vector< std::string > version_dependencies(bool greedy=true)
Return versions of this library and of all of its major dependencies.
Definition: version.h:79
#define GMATELASTOPLASTICQPOT_VERSION
Current version.
Definition: version.h:35