CASM  1.1.0
A Clusters Approach to Statistical Mechanics
IntegralCluster_stream_io.cc
Go to the documentation of this file.
2 
5 
6 namespace CASM {
7 
10 std::ostream &operator<<(std::ostream &sout, const IntegralCluster &clust) {
12  opt.coord_type = INTEGRAL;
13  SitesPrinter printer{opt};
14  Log log(sout);
15  printer.print(clust, log);
16  return sout;
17 }
18 
19 } // namespace CASM
Definition: Log.hh:48
Main CASM namespace.
Definition: APICommand.hh:8
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)
Log & log()
Definition: Log.hh:424
const COORD_TYPE INTEGRAL
Definition: enum.hh:10