24 UTIL_CHECK(unitCell().lattice() != UnitCell<2>::Null);
25 if ((unitCell().lattice() == UnitCell<2>::Oblique) ||
26 (unitCell().lattice() == UnitCell<2>::Rhombic)) {
36 UTIL_CHECK(unitCell().lattice() != UnitCell<3>::Null);
37 if ((unitCell().lattice() == UnitCell<3>::Monoclinic) ||
38 (unitCell().lattice() == UnitCell<3>::Triclinic) ||
39 (unitCell().lattice() == UnitCell<3>::Rhombohedral)) {
46 template class WaveList<1>;
47 template class WaveList<2>;
48 template class WaveList<3>;
bool hasVariableAngle() const
Does this unit cell have an angle that can change?
#define UTIL_CHECK(condition)
Assertion macro suitable for serial or parallel production code.
PSCF package top-level namespace.
Utility classes for scientific computation.