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