CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Configuration_stream_io.hh
Go to the documentation of this file.
1 #ifndef CASM_clex_Configuration_stream_io
2 #define CASM_clex_Configuration_stream_io
3 
4 #include <iostream>
5 
6 namespace CASM {
7 
8 class Configuration;
9 
15 void print_poscar(Configuration const &configuration, std::ostream &sout);
16 
17 } // namespace CASM
18 
19 #endif
Main CASM namespace.
Definition: APICommand.hh:8
void print_poscar(Configuration const &configuration, std::ostream &sout)