CASM  1.1.0
A Clusters Approach to Statistical Mechanics
enum.hh
Go to the documentation of this file.
1 #ifndef CASM_global_enum
2 #define CASM_global_enum
3 
4 namespace CASM {
5 
7 
12 
13 enum class PERIODICITY_TYPE : int {
14  PERIODIC = 0,
15  APERIODIC = 1,
16  LOCAL = 1,
18 };
19 
24 
25 enum class EQUIVALENCE_TYPE { PRIM, SCEL, CONFIG };
26 
27 enum class CELL_TYPE { PRIM, SCEL };
28 
31 
37 enum class OnError { THROW, WARN, CONTINUE };
38 
39 } // namespace CASM
40 
41 #endif
Main CASM namespace.
Definition: APICommand.hh:8
OnError
Definition: enum.hh:37
const CELL_TYPE SCEL
Definition: enum.hh:30
const PERIODICITY_TYPE PERIODICITY_DEFAULT
Definition: enum.hh:22
COORD_TYPE
Definition: enum.hh:6
const COORD_TYPE FRAC
Definition: enum.hh:8
const CELL_TYPE PRIM
Definition: enum.hh:29
const PERIODICITY_TYPE LOCAL
Definition: enum.hh:21
const PERIODICITY_TYPE PERIODIC
Definition: enum.hh:20
const COORD_TYPE INTEGRAL
Definition: enum.hh:10
PERIODICITY_TYPE
Definition: enum.hh:13
const COORD_TYPE COORD_DEFAULT
Definition: enum.hh:11
CELL_TYPE
Definition: enum.hh:27
EQUIVALENCE_TYPE
Definition: enum.hh:25
const COORD_TYPE CART
Definition: enum.hh:9