CASM  1.1.0
A Clusters Approach to Statistical Mechanics
DoFDecl.hh
Go to the documentation of this file.
1 #ifndef DoFDecl_HH
2 #define DoFDecl_HH
3 
4 #include <string>
5 
6 namespace CASM {
7 typedef std::string DoFKey;
8 }
9 
10 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::string DoFKey
Definition: DoFDecl.hh:7