CASM  1.1.0
A Clusters Approach to Statistical Mechanics
settings.hh
Go to the documentation of this file.
1 #ifndef CASM_settings
2 #define CASM_settings
3 
4 namespace CASM {
5 
6 struct CommandArgs;
7 
8 int settings_command(const CommandArgs &args);
9 
10 } // namespace CASM
11 
12 #endif
Main CASM namespace.
Definition: APICommand.hh:8
int settings_command(const CommandArgs &args)
Definition: settings.cc:283