OpenMD
3.1
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
Revision.hpp
1
#ifndef UTILS_REVISION_HPP
2
#define UTILS_REVISION_HPP
3
4
#include <string>
5
6
extern
"C"
{
7
extern
const
char
version[];
8
extern
const
char
revision[];
9
extern
const
char
build_date[];
10
}
11
12
namespace
OpenMD
{
13
14
class
Revision
{
15
public
:
16
std::string getVersion();
17
std::string getRevision();
18
std::string getFullRevision();
19
std::string getBuildDate();
20
};
21
}
// namespace OpenMD
22
23
#endif
OpenMD::Revision
Definition
Revision.hpp:14
OpenMD
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.
Definition
ActionCorrFunc.cpp:60
utils
Revision.hpp
Generated on Wed Jun 26 2024 13:56:41 for OpenMD by
1.11.0