CASM
1.1.0
A Clusters Approach to Statistical Mechanics
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
Enumerator
a
b
c
d
e
f
h
i
n
o
p
q
r
s
v
Related Functions
Files
File List
File Members
All
a
b
c
d
e
h
i
j
l
m
o
p
q
r
s
t
v
Functions
c
m
o
q
Variables
Typedefs
Macros
a
c
e
h
i
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
autoversion.cc
Go to the documentation of this file.
1
/*
2
* version.cpp
3
*
4
*/
5
6
#include "
casm/version/version.hh
"
7
8
using namespace
CASM
;
9
10
#ifndef TXT_VERSION
11
#define TXT_VERSION "unknown"
12
#endif
13
14
const
std::string &
CASM::version
() {
15
static
const
std::string &ver =
TXT_VERSION
;
16
return
ver;
17
};
TXT_VERSION
#define TXT_VERSION
Definition:
autoversion.cc:11
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::version
const std::string & version()
Definition:
autoversion.cc:14
version.hh
src
casm
version
autoversion.cc
Generated on Tue Mar 23 2021 14:16:48 for CASM by
1.9.1