36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_OUTPUTGMSH
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_OUTPUTGMSH
45 bool operator==(ElmtConfig
const &p1, ElmtConfig
const &p2);
52 boost::hash_combine(seed, (
int)el.
m_e );
55 boost::hash_combine(seed, el.
m_order );
85 boost::unordered_map<ElmtConfig, unsigned int, ElmtConfigHash>
elmMap;