CASM
1.1.0
A Clusters Approach to Statistical Mechanics
Orbit.cc
Go to the documentation of this file.
1
#include "
casm/symmetry/Orbit_impl.hh
"
2
3
namespace
CASM
{
4
namespace
Orbit_impl {
5
6
std::ostream &
operator<<
(std::ostream &sout,
const
RelEqMap
&map) {
7
sout <<
"RelEqMap a: "
<< map.
a
<< std::endl;
8
for
(
const
auto
&row : map.
map
) {
9
sout <<
" b: "
<< row.b <<
" op: "
;
10
for
(
const
auto
&val : row.values) {
11
sout << val <<
" "
;
12
}
13
sout << std::endl;
14
}
15
return
sout;
16
}
17
}
// namespace Orbit_impl
18
}
// namespace CASM
Orbit_impl.hh
CASM::Orbit_impl::operator<<
std::ostream & operator<<(std::ostream &sout, const RelEqMap &map)
Definition:
Orbit.cc:6
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::Orbit_impl::RelEqMap
Definition:
Orbit_impl.hh:56
CASM::Orbit_impl::RelEqMap::map
std::set< EqMapRow > map
Definition:
Orbit_impl.hh:72
CASM::Orbit_impl::RelEqMap::a
Index a
Definition:
Orbit_impl.hh:71
src
casm
symmetry
Orbit.cc
Generated on Tue Mar 23 2021 14:16:48 for CASM by
1.9.1