CASM  1.1.0
A Clusters Approach to Statistical Mechanics
HasPrimClex_impl.hh
Go to the documentation of this file.
1 #ifndef CASM_HasPrimClex_impl
2 #define CASM_HasPrimClex_impl
3 
5 #include "casm/clex/PrimClex.hh"
6 
7 namespace CASM {
8 
9 template <typename Base>
11  return derived().primclex().prim();
12 }
13 
14 template <typename Base>
16  return derived().primclex().crystallography_tol();
17 }
18 
19 } // namespace CASM
20 
21 #endif
const Structure & prim() const
double crystallography_tol() const
Structure specifies the lattice and atomic basis of a crystal.
Definition: Structure.hh:30
Main CASM namespace.
Definition: APICommand.hh:8