CASM  1.1.0
A Clusters Approach to Statistical Mechanics
definitions.cc
Go to the documentation of this file.
2 
3 namespace CASM {
4 
5 bool valid_index(Index i) { return 0 <= i; }
6 } // namespace CASM
Main CASM namespace.
Definition: APICommand.hh:8
bool valid_index(Index i)
Definition: definitions.cc:5
INDEX_TYPE Index
For long integer indexing:
Definition: definitions.hh:39