CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ClusterOrbits.cc
Go to the documentation of this file.
3 
4 namespace CASM {
5 
7  IntegralCluster const &_prototype, bool _include_subclusters)
8  : prototype(_prototype), include_subclusters(_include_subclusters) {}
9 
10 } // namespace CASM
Main CASM namespace.
Definition: APICommand.hh:8
IntegralClusterOrbitGenerator(const IntegralCluster &_prototype, bool _include_subclusters=true)
Definition: ClusterOrbits.cc:6