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