enum chill::CrystalKindΒΆ

#include <structure_desc.hpp>
 
enum CrystalKind {
    other = 0,
    sc,
    fcc,
    hcp,
    bcc,
};