CASM  1.1.0
A Clusters Approach to Statistical Mechanics
DoF.cc
Go to the documentation of this file.
1 #include "casm/basis_set/DoF.hh"
2 
4 
5 namespace CASM {
6 namespace DoF {
7 //********************************************************************
8 
9 Base::Base(BasicTraits const &_traits, std::string const &_var_name, Index _ID)
10  : m_traits(_traits),
11  m_var_name(_var_name),
12  m_dof_ID(_ID),
13  m_ID_lock(false) {
14  // DoFType::register_traits(_traits);
15 }
16 } // namespace DoF
17 
18 } // namespace CASM
Specifies traits of (possibly) anisotropic crystal properties.
Main CASM namespace.
Definition: APICommand.hh:8
INDEX_TYPE Index
For long integer indexing:
Definition: definitions.hh:39